mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-08-26 13:35:39 -04:00
Reduce maximum diagnostic log file size before rotation to 5 Mbyte
This commit is contained in:
@@ -7,7 +7,7 @@ TargetFileName="${AppLocalDataLocation}/logs/wsjtx_syslog_%Y-%m.log"
|
||||
RotationTimePoint="01 00:00:00"
|
||||
Append=true
|
||||
EnableFinalRotation=false
|
||||
MaxSize=41943040
|
||||
MaxSize=52428800
|
||||
MinFreeSpace=1073741824
|
||||
MaxFiles=12
|
||||
Target="${AppLocalDataLocation}/logs"
|
||||
|
||||
Reference in New Issue
Block a user