Alokai
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

NameRequiredTypeDescription
includeStackTraceOptionalbooleanWhether to include the stack trace in the log message.
verbosityOptionalLogVerbosityThe log level aligned with RFC5424.

Referenced Types

On this page