WSJT-X/example_log_configurations/wsjtx_log_config.ini.console

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