Skip to content
Snippets Groups Projects
Commit aa2e4aec authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

made a spammy log a trace

parent b09051c4
No related branches found
No related tags found
1 merge request!170Release
...@@ -94,7 +94,7 @@ func (e *eventManager) reportEventsHandler(stop *stoppable.Single) { ...@@ -94,7 +94,7 @@ func (e *eventManager) reportEventsHandler(stop *stoppable.Single) {
stop.ToStopped() stop.ToStopped()
return return
case evt := <-e.eventCh: case evt := <-e.eventCh:
jww.DEBUG.Printf("Received event: %s", evt) jww.TRACE.Printf("Received event: %s", evt)
// NOTE: We could call each in a routine but decided // NOTE: We could call each in a routine but decided
// against it. It's the users responsibility not to let // against it. It's the users responsibility not to let
// the event queue explode. The API will report errors // the event queue explode. The API will report errors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment