backport of commit 5a83838f1df3a2092119e1f7a7450795110c9e96 (#23020)

Co-authored-by: Chris Capurso <1036769+ccapurso@users.noreply.github.com>
This commit is contained in:
hc-github-team-secure-vault-core 2023-09-13 09:50:57 -04:00 committed by GitHub
parent cf35e72593
commit f8cc377db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2794,6 +2794,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,