• sudeep's avatar
    cmd/geth: enable log rotation (#26843) · 7076ae00
    sudeep authored
    This change enables log rotation, which can be activated using the flag --log.rotate. Additional parameters that can be given are: 
    
      - log.maxsize to set maximum size before files are rotated,
      - log.maxbackups to set how many files are retailed, 
      - log.maxage to configure max age of rotated files, 
      - log.compress whether to compress rotated files
    
    The way to configure location of the logfile(s) is left unchanged, via the `log.logfile` parameter.  
    
    ---------
    Co-authored-by: 's avatarMartin Holst Swende <martin@swende.se>
    7076ae00
Name
Last commit
Last update
..
build Loading commit data...
cmdtest Loading commit data...
debug Loading commit data...
ethapi Loading commit data...
flags Loading commit data...
guide Loading commit data...
jsre Loading commit data...
shutdowncheck Loading commit data...
syncx Loading commit data...
testlog Loading commit data...
utesting Loading commit data...
version Loading commit data...
web3ext Loading commit data...