diff --git a/web/routes.go b/web/routes.go index 19148b03..ba231a38 100644 --- a/web/routes.go +++ b/web/routes.go @@ -241,7 +241,7 @@ func (h *handler) streamEvents(w http.ResponseWriter, r *http.Request) { f.Flush() default: - log.Debugf("Ignoring docker event: %v", event.Name) + // do nothing } case <-ctx.Done(): return