Skip to main content

LoggerConfig

Defined in: src/lib/logging/types.ts:250

Configuration for the logger.

Properties

PropertyTypeDescriptionDefined in
defaultAttributes?AttributesDefault attributes added to all logs.src/lib/logging/types.ts:269
includeStackTracesbooleanWhether to include stack traces for error logs.src/lib/logging/types.ts:259
maxMessageLengthnumberMaximum length of log messages before truncation.src/lib/logging/types.ts:264
minLevelLogLevelMinimum log level to emit.src/lib/logging/types.ts:254