Restore 'server' and 'agent' base loggers to use their original names (#19304)

This commit is contained in:
Peter Wilson
2023-02-23 14:56:21 +00:00
committed by GitHub
parent f95e2fe726
commit 7d52daf715
2 changed files with 1 additions and 2 deletions

View File

@@ -1721,7 +1721,6 @@ func (c *ServerCommand) configureLogging(config *server.Config) (hclog.Intercept
}
logCfg := &loghelper.LogConfig{
Name: "vault",
LogLevel: logLevel,
LogFormat: logFormat,
LogFilePath: config.LogFile,