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