Force trace mode in three-node

This commit is contained in:
Jeff Mitchell 2018-02-22 01:44:19 -05:00
parent 4669f37c78
commit 4bff53c771
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ func (c *ServerCommand) Run(args []string) int {
c.logger = logbridge.NewLogger(hclog.New(&hclog.LoggerOptions{
Mutex: &sync.Mutex{},
Output: c.logGate,
Level: hclog.Trace,
})).LogxiLogger()
} else {
c.logger = logformat.NewVaultLoggerWithWriter(c.logGate, level)