Adding the ignore file
[gc-dialer] / src / alarm_notify.py
index 6b4f434..7b7e93f 100755 (executable)
@@ -154,7 +154,7 @@ def notify_on_change():
 
 
 if __name__ == "__main__":
-       logging.basicConfig(level=logging.DEBUG, filename=constants._notifier_logpath_)
+       logging.basicConfig(level=logging.WARNING, filename=constants._notifier_logpath_)
        logging.info("Notifier %s-%s" % (constants.__version__, constants.__build__))
        logging.info("OS: %s" % (os.uname()[0], ))
        logging.info("Kernel: %s (%s) for %s" % os.uname()[2:])