mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-04 16:03:52 +03:00
Glances writing lots of Docker Error message in logs file #1561
This commit is contained in:
parent
7228a915bb
commit
2677448081
@ -132,6 +132,7 @@ class Export(GlancesExport):
|
|||||||
try:
|
try:
|
||||||
self.client.write_points(self._normalize(name, columns, points))
|
self.client.write_points(self._normalize(name, columns, points))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error("Cannot export {} stats to InfluxDB ({})".format(name, e))
|
# Log level set to debug instead of error (see: issue #1561)
|
||||||
|
logger.debug("Cannot export {} stats to InfluxDB ({})".format(name, e))
|
||||||
else:
|
else:
|
||||||
logger.debug("Export {} stats to InfluxDB".format(name))
|
logger.debug("Export {} stats to InfluxDB".format(name))
|
||||||
|
Loading…
Reference in New Issue
Block a user