mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Don't output log level twice in three node mode
This commit is contained in:
@@ -864,7 +864,7 @@ func (c *ServerCommand) enableThreeNodeDevCluster(base *vault.CoreConfig, info m
|
||||
defer c.cleanupGuard.Do(testCluster.Cleanup)
|
||||
|
||||
info["cluster parameters path"] = testCluster.TempDir
|
||||
infoKeys = append(infoKeys, "cluster parameters path", "log level")
|
||||
infoKeys = append(infoKeys, "cluster parameters path")
|
||||
|
||||
for i, core := range testCluster.Cores {
|
||||
info[fmt.Sprintf("node %d redirect address", i)] = fmt.Sprintf("https://%s", core.Listeners[0].Address.String())
|
||||
|
||||
Reference in New Issue
Block a user