Turn off DEBUG

This commit is contained in:
Dan Srebnick 2017-09-28 09:21:45 -04:00
parent fd74397415
commit 8634a7b933
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ from systemd.journal import JournalHandler
log = logging.getLogger('noaacap') log = logging.getLogger('noaacap')
log.addHandler(JournalHandler(SYSLOG_IDENTIFIER='noaacap')) log.addHandler(JournalHandler(SYSLOG_IDENTIFIER='noaacap'))
log.setLevel(logging.DEBUG) log.setLevel(logging.INFO)
log.info("Starting") log.info("Starting")
if len(sys.argv) == 2 and sys.argv[1] == '-v': if len(sys.argv) == 2 and sys.argv[1] == '-v':