From: Calin Crisan Date: Sun, 31 May 2015 12:55:35 +0000 (+0300) Subject: added version information to logging X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=c026bbaa26845f10dff7ba87748442eba5be6e6b;p=motioneye-debian added version information to logging --- 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