From c026bbaa26845f10dff7ba87748442eba5be6e6b Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 31 May 2015 15:55:35 +0300 Subject: [PATCH] added version information to logging --- motioneye.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/motioneye.py b/motioneye.py index 13a4791..394847a 100755 --- a/motioneye.py +++ b/motioneye.py @@ -391,6 +391,8 @@ if __name__ == '__main__': _configure_logging() _configure_tornado() + logging.info('hello! this is motionEye %s' % VERSION) + if settings.SMB_SHARES: stop, start = smbctl.update_mounts() if start: @@ -406,3 +408,5 @@ if __name__ == '__main__': _start_thumbnailer() _run_server() + + logging.info('bye!') \ No newline at end of file -- 2.39.5