Increase log rotation limit to 1MB

This commit is contained in:
VirtuBox
2019-09-02 02:40:32 +02:00
parent 0a4ff1e962
commit 8610f10b24

View File

@@ -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