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