mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-16 03:49:52 +00:00
downgrade "Dropping report" log message to warning
It indicates degraded functionality, not catastrophe.
This commit is contained in:
@@ -318,7 +318,7 @@ func (c *appClient) Publish(r io.Reader, shortcut bool) error {
|
||||
select {
|
||||
case c.readers <- r:
|
||||
default:
|
||||
log.Errorf("Dropping report to %s", c.hostname)
|
||||
log.Warnf("Dropping report to %s", c.hostname)
|
||||
if shortcut {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user