-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to disable log messages #514
Comments
Sounds reasonable, we could make a quiet mode config option |
sparrc
added a commit
that referenced
this issue
Jan 15, 2016
sparrc
added a commit
that referenced
this issue
Jan 15, 2016
@dalu We try to reserve GitHub Issues for actionable bug reports or feature requests. Please ask general questions at the InfluxData Community site. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My log file is flooded by messages like these:
Jan 13 16:55:30 volta telegraf[3323]: 2016/01/13 16:55:30 Gathered metrics, (10s interval), from 10 inputs in 31.422957ms
Jan 13 16:55:30 volta telegraf[3323]: 2016/01/13 16:55:30 Flushed 58 metrics to output influxdb in 52.51005ms
Jan 13 16:55:40 volta telegraf[3323]: 2016/01/13 16:55:40 Gathered metrics, (10s interval), from 10 inputs in 30.624247ms
Jan 13 16:55:40 volta telegraf[3323]: 2016/01/13 16:55:40 Flushed 58 metrics to output influxdb in 53.596928ms
Jan 13 16:55:50 volta telegraf[3323]: 2016/01/13 16:55:50 Gathered metrics, (10s interval), from 10 inputs in 30.56989ms
Jan 13 16:55:50 volta telegraf[3323]: 2016/01/13 16:55:50 Flushed 58 metrics to output influxdb in 51.561143ms
It will be nice to have an option to disable these messages.
Thanks.
The text was updated successfully, but these errors were encountered: