mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
ensure -log-level is added to core config (#23017)
This commit is contained in:
@@ -3006,6 +3006,7 @@ func createCoreConfig(c *ServerCommand, config *server.Config, backend physical.
|
||||
AuditBackends: c.AuditBackends,
|
||||
CredentialBackends: c.CredentialBackends,
|
||||
LogicalBackends: c.LogicalBackends,
|
||||
LogLevel: config.LogLevel,
|
||||
Logger: c.logger,
|
||||
DetectDeadlocks: config.DetectDeadlocks,
|
||||
ImpreciseLeaseRoleTracking: config.ImpreciseLeaseRoleTracking,
|
||||
|
||||
Reference in New Issue
Block a user