mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Extra example log configuration file for rig control diagnostics
This commit is contained in:
parent
60792182ad
commit
ad04f4fbd2
25
example_log_configurations/wsjtx_log_config.ini.rig_control
Normal file
25
example_log_configurations/wsjtx_log_config.ini.rig_control
Normal file
@ -0,0 +1,25 @@
|
||||
[Sinks.SYSLOG]
|
||||
Destination=TextFile
|
||||
Asynchronous=true
|
||||
AutoFlush=false
|
||||
FileName="${AppLocalDataLocation}/wsjtx_syslog.log"
|
||||
TargetFileName="${AppLocalDataLocation}/logs/wsjtx_syslog_%Y-%m.log"
|
||||
RotationTimePoint="01 00:00:00"
|
||||
Append=true
|
||||
EnableFinalRotation=false
|
||||
MaxSize=41943040
|
||||
MinFreeSpace=1073741824
|
||||
MaxFiles=12
|
||||
Target="${AppLocalDataLocation}/logs"
|
||||
ScanForFiles="Matching"
|
||||
Format="[%Channel%][%TimeStamp(format=\"%Y-%m-%d %H:%M:%S.%f\")%][%Uptime(format=\"%O:%M:%S.%f\")%][%Severity%] %Message%"
|
||||
Filter="%Severity% >= info"
|
||||
|
||||
[Sinks.RIGCTRL]
|
||||
Destination=TextFile
|
||||
Asynchronous=true
|
||||
AutoFlush=true
|
||||
FileName="${DesktopLocation}/WSJT-X_RigControl.log"
|
||||
Append=true
|
||||
Format="[%TimeStamp(format=\"%Y-%m-%d %H:%M:%S.%f\")%][%Uptime(format=\"%O:%M:%S.%f\")%][%Channel%:%Severity%] %Message%"
|
||||
Filter="%Channel% matches \"RIGCTRL\" | %Severity% >= info"
|
Loading…
Reference in New Issue
Block a user