Use default NOTICE log level for broker
This commit is contained in:
parent
43fbbe4fab
commit
bcf3909155
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ func Broker(cli *cli.Context) gin.HandlerFunc {
|
|||
|
||||
// setup broker logging.
|
||||
log := redlog.New(os.Stderr)
|
||||
log.SetLevel(0)
|
||||
log.SetLevel(2)
|
||||
logger.SetLogger(log)
|
||||
if cli.Bool("broker-debug") {
|
||||
log.SetLevel(1)
|
||||
|
|
Loading…
Reference in a new issue