Debug logs#

The Debug Logs feature enables you to browse debug logs logged by the WebAPI component of the Querona.

Debug logs consist of zero or more items, which are recorded to the debug log target. As of now, Querona supports a Microsoft SQL Server table as a debug 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 consisting of Request and Response, exchanged cookies and errors.

nvarchar(max)

Yes

For more information about managing logging options see Engine configuration chapter in the Administration Guide.