Logging configuration#

Logging configuration allows you to enable or disable available logging options and to configure the logging target.

To configure logging, select a target storage type from the list and provide the connection string specific to the selected target. For example, to configure the SQL Server target, the following connection string can be used:

Server=mysqlserver\myinstancename;Database=AuditLogs;Trusted_Connection=True;TrustServerCertificate=true;

The following logs are available:

  • Audit log

  • Debug log

  • General log

Each log can be enabled or disabled and has its dedicated target, to which log events are written. If target table does not exist at the target storage, it will be created automatically during service startup.

Warning

Configuration of a log target requires Querona Service restart. Until a successful initialization of logging, no events will be logged.