Reduce maximum diagnostic log file size before rotation to 5 Mbyte

This commit is contained in:
Bill Somerville
2021-02-14 13:19:41 +00:00
parent f31a4efbee
commit ca6280a6df
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ WSJTXLogging::WSJTXLogging ()
(
sinks::file::make_collector
(
keywords::max_size = 40 * 1024 * 1024
keywords::max_size = 5 * 1024 * 1024
, keywords::min_free_space = 1024 * 1024 * 1024
, keywords::max_files = 12
, keywords::target = app_data.absoluteFilePath ("logs").toStdWString ()