LoggerConfig
Defined in: src/lib/logging/types.ts:250
Configuration for the logger.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
defaultAttributes? | Attributes | Default attributes added to all logs. | src/lib/logging/types.ts:269 |
includeStackTraces | boolean | Whether to include stack traces for error logs. | src/lib/logging/types.ts:259 |
maxMessageLength | number | Maximum length of log messages before truncation. | src/lib/logging/types.ts:264 |
minLevel | LogLevel | Minimum log level to emit. | src/lib/logging/types.ts:254 |