RuntimeLoggerOptions
type RuntimeLoggerOptions = Pick<LoggerOptions,
| "environment"
| "instanceId"
| "customerId"
| "userId"
| "appVersion"
| "loanId">;
logger options that can be changed at runtime
type RuntimeLoggerOptions = Pick<LoggerOptions,
| "environment"
| "instanceId"
| "customerId"
| "userId"
| "appVersion"
| "loanId">;
logger options that can be changed at runtime