Skip to content

Commit

Permalink
Force trace mode in three-node
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Feb 22, 2018
1 parent a7cde35 commit ce885ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ce885ac

Please sign in to comment.