log

Table Type: Log

Contains a record of all log entries. This is a unified logging system which contains every log message output.

Columns

Column Type Modifiers Notes
id int64 Primary Key, Required
timestamp datetime Required The time the log entry was created in UTC.
log_level string The log level of the entry - Trace, Debug, Information, Warning, Error, Critical, None
message string The message being logged
source string The source of the log entry.
exception string The full details, including stack trace, of any exception associated with the log message.
RetryCount int32 Required