Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Empty warning Messages #1164

Closed
databus23 opened this issue Mar 23, 2015 · 2 comments
Closed

Empty warning Messages #1164

databus23 opened this issue Mar 23, 2015 · 2 comments

Comments

@databus23
Copy link
Contributor

I'm using fleet 0.9.1 and in the fleet log I can see lines like:

Mar 23 15:15:45 mampe fleetd[2940]: WARN reconcile.go:61:
...
Mar 23 14:59:02 mampe fleetd[2940]: WARN engine.go:116:

Looking at https://github.com/coreos/fleet/blob/v0.9.1/agent/reconcile.go#L61 and https://github.com/coreos/fleet/blob/v0.9.1/engine/engine.go#L116 it seems to me log.Warning(msg) is somehow dropping the message. Maybe it should also be log.V(1).Warning(msg) ?

@denderello
Copy link

Seeing many of those too in our clusters.

@bcwaldon
Copy link
Contributor

Fixed by #1068. Will be available in the next release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants