Skip to content

Commit 5c50414

Browse files
committed
log sys version
Signed-off-by: hwassman <[email protected]>
1 parent 2f41050 commit 5c50414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/zimonGrafanaIntf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ def main(argv):
254254
}
255255
)
256256

257+
logger.info("%s", MSG['sysStart'].format(sys.version, cherrypy.__version__))
258+
257259
try:
258260
files_to_watch = SensorConfig.get_config_paths()
259261
watcher = ConfigWatcher(files_to_watch, refresh_metadata, refresh_all=True)

0 commit comments

Comments
 (0)