From 8610f10b240474afa20ea2a706aa432b619b5b0b Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 2 Sep 2019 02:40:32 +0200 Subject: [PATCH] Increase log rotation limit to 1MB --- config/wo.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/wo.conf b/config/wo.conf index 8d4a3ad..f0d077c 100644 --- a/config/wo.conf +++ b/config/wo.conf @@ -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