mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-05 00:41:19 -05:00
14 lines
436 B
Plaintext
14 lines
436 B
Plaintext
#
|
|
# Example logging confguration file to send records to the console terminal
|
|
#
|
|
|
|
[Core]
|
|
# Set DisableLogging to true to disable all logging.
|
|
DisableLogging="false"
|
|
|
|
[Sinks.Console]
|
|
Destination="Console"
|
|
Asynchronous="false"
|
|
AutoFlush="true"
|
|
Format="[%TimeStamp(format=\"%H:%M:%S.%f\")%][%Channel%:%Severity%] %Message%"
|
|
Filter="(%Channel% matches \"SYSLOG\" & %Severity% >= trace) | (%Channel% matches \"RIGCTRL\" & %Severity% >= info)" |