Initialize fmn logging.

This commit is contained in:
Ralph Bean 2014-01-23 21:23:53 +00:00
parent 75d3b045fc
commit d40a72f7f5

View file

@ -10,6 +10,9 @@ import pkg_resources
import os
os.environ['FMN_WEB_CONFIG'] = '/etc/fmn.web.cfg'
import logging
logging.basicConfig()
# The most import line to make the wsgi working
from fmn.web.app import app as application
# Dangerous.. only use when testing.