Interfacetypesv0.12.0LoggerConfigGlobal logger configuration. Passing it full-replaces the config layer. interface LoggerConfigMember overviewPropertieschannelslevelsinksPropertiesoptionalchannelsPer-channel level or sink overrides. channels: Partial< Record<LoggerChannelId, ChannelOverride> >;optionallevelGlobal floor. Defaults from the environment. level: LogLevel;optionalsinksConfig-layer sinks. Defaults to a single console sink. sinks: ILogSink[]
optionalchannelsPer-channel level or sink overrides. channels: Partial< Record<LoggerChannelId, ChannelOverride> >;