You are reading the documentation for connect v1, which is no longer the latest version. Switch to connect v2
LoggerOptions
Options for the logger.
export interface LoggerOptions {
includeStackTrace?: boolean;
verbosity?: LogVerbosity;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
includeStackTrace | Optional | boolean | Whether to include the stack trace in the log message. |
verbosity | Optional | LogVerbosity | The log level aligned with RFC5424. |