Specify logging level (default is warn, I think).
This commit is contained in:
parent
eb63537a96
commit
f57c9b04fb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import os
|
||||||
os.environ['FMN_WEB_CONFIG'] = '/etc/fmn.web.cfg'
|
os.environ['FMN_WEB_CONFIG'] = '/etc/fmn.web.cfg'
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
logging.basicConfig()
|
logging.basicConfig(level='INFO')
|
||||||
|
|
||||||
# The most import line to make the wsgi working
|
# The most import line to make the wsgi working
|
||||||
from fmn.web.app import app as application
|
from fmn.web.app import app as application
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue