Skip to content

Commit 8f2ab90

Browse files
authored
Merge pull request #137 from IBM/v7.1
sync with V7.1
2 parents 2a29731 + c5e7bd1 commit 8f2ab90

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)