mirror of
https://github.com/openziti/zrok.git
synced 2025-06-22 18:51:33 +02:00
logging level tweaks
This commit is contained in:
parent
23c275f930
commit
15ee4396f4
@ -94,7 +94,7 @@ mainLoop:
|
||||
|
||||
case event, ok := <-s.msgs:
|
||||
if !ok {
|
||||
logrus.Warn("selecting on msg !ok")
|
||||
logrus.Debug("selecting on msg !ok")
|
||||
break msgLoop
|
||||
}
|
||||
if event.Body != nil {
|
||||
@ -103,7 +103,7 @@ mainLoop:
|
||||
msg: event,
|
||||
}
|
||||
} else {
|
||||
logrus.Warn("event body was nil!")
|
||||
logrus.Debug("event body was nil!")
|
||||
break msgLoop
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user