General logs#

The General Logs feature enables you to browse logs logged by various components of the Querona.

General logs consist of zero or more items, which are recorded to the General log target. As of now, Querona supports a Microsoft SQL Server table as a General log target.

The records sent to the target contain the elements described in the following table:

Column name

Description

Type

Always available?

Timestamp

Date/time when the auditable action is fired.

datetime2

Yes

Event Type

Type of the event.

nvarchar(255)

Yes

Identity name

Name of the current user perfoming the action.

nvarchar(255)

Yes

Event data

Detailed event data.

nvarchar(max)

Yes

For more information about managing logging options see Logging configuration.