We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7702d98 commit cc67f0fCopy full SHA for cc67f0f
source/zimonGrafanaIntf.py
@@ -610,7 +610,7 @@ def main(argv):
610
return
611
except (Exception, IOError) as e:
612
logger.details('%s', MSG['IntError'].format(str(e)))
613
- logger.errort(MSG['CollectorErr'])
+ logger.error(MSG['CollectorErr'])
614
615
except (OSError) as e:
616
0 commit comments