Support for additional audit config via env var (#26785)

* Add support for additional audit config via env var
Этот коммит содержится в:
Doug Lauder
2024-04-15 12:14:26 -04:00
коммит произвёл GitHub
родитель 52ad3bd7b7
Коммит 2825ab689c
2 изменённых файлов: 14 добавлений и 1 удалений

Просмотреть файл

@@ -248,7 +248,7 @@ func (l *Logger) Configure(cfgFile string, cfgEscaped string, factories *Factori
}
// ConfigureTargets provides a new configuration for this logger via a `LoggerConfig` map.
// Typically `mlog.Configure` is used instead which accepts JSON formatted configuration.
// `Logger.Configure` can be used instead which accepts JSON formatted configuration.
// An optional set of factories can be provided which will be called to create any target
// types or formatters not built-in.
func (l *Logger) ConfigureTargets(cfg LoggerConfiguration, factories *Factories) error {