From: Calin Crisan Date: Mon, 9 Nov 2015 14:36:31 +0000 (+0200) Subject: motion: reduced daemon log level a bit X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=6628ae0e8cbcd7403469f23b8b4c7fc7bbe27543;p=motioneye-debian motion: reduced daemon log level a bit --- diff --git a/motioneye/motionctl.py b/motioneye/motionctl.py index 076db2e..9c7116c 100644 --- a/motioneye/motionctl.py +++ b/motioneye/motionctl.py @@ -108,7 +108,7 @@ def start(deferred=False): args.append('9') else: - args.append('6') + args.append('5') log_file = open(motion_log_path, 'w')