Skip to main content

RuntimeLoggerOptions

type RuntimeLoggerOptions = Pick<LoggerOptions, 
| "environment"
| "instanceId"
| "customerId"
| "userId"
| "appVersion"
| "loanId">;

logger options that can be changed at runtime