Increase log rotation limit to 1MB
This commit is contained in:
@@ -33,7 +33,7 @@ to_console = false
|
||||
rotate = true
|
||||
|
||||
### Max size in bytes that a log file can grow until it is rotated.
|
||||
max_bytes = 512000
|
||||
max_bytes = 1000000
|
||||
|
||||
### The maximun number of log files to maintain when rotating
|
||||
max_files = 7
|
||||
|
||||
Reference in New Issue
Block a user