General attributes

AttributeTypeDescription
tnstringtenant id - i.e. box id
evstringlog event name
lvlenumempty - info, warn, error, panic
tsdate stringevent timestamp in ISO 8601 format
dnumberduration in milliseconds
wstringworker name
msgstringevent description
errstringerror description
etrstringexception stack trace
ctxstringcontext id
ctx_endboolflag last item in context, used to help aggregate log entries for one context

Event types

In table below you can see the most popular log events:

event name (ev)description
w/reqHTTP request
w/respHTTP response
db/qDB query
auth/authorized-access-policyAccess Policy Evaluation
resource/createResource created
resource/updateResource updated
resource/deleteResource deleted
resource/create-dupCreate duplicate
resource/update-dupUpdate duplicate
auth/loginSuccesful user login
auth/authorize-failedFailed login attempt

auth/warn

err: wrong_credentials

Failed login attempt due to bad credentials
db/db-sizeSize of database
db/rel-sizeSize of table

REST logs

AttributetypeDescription
evstringw/req - start request, w/resp - end of request
ctxstringrequest id
w_urlurlrequest URL
w_rstringrequest URL template (i.e. GET /Patient/?)
w_mstringHTTP method in lower-case
w_qsstringrequest query string
w_stintHTTP response status
w_addrstringComma separated client and middleware IPs
w_corr_idstringX-Correlation-Id header of original request
w_auditjsonX-Audit header
dintRequest duration in ms
w_uidstringUser id
w_cidstringClient id

SQL logs

AttributeTypeDescription
evstringdb/q - for query and db/ex for statements
sqlstringSQL query
db_prmstring[]Collection of query parameters
dintQuery duration in ms

Auth logs

AttributesTypeDescription
evstringa/warn

App logs

AttributesTypeDescription
evstringop/timeout - operation timed out
opstringid of the operation
appstringid of the app

Last updated 2025-05-06T13:53:07Z