Specify logging level (default is warn, I think).

This commit is contained in:
Ralph Bean 2015-01-08 16:50:01 +00:00
parent eb63537a96
commit f57c9b04fb

View file

@ -11,7 +11,7 @@ import os
os.environ['FMN_WEB_CONFIG'] = '/etc/fmn.web.cfg'
import logging
logging.basicConfig()
logging.basicConfig(level='INFO')
# The most import line to make the wsgi working
from fmn.web.app import app as application