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