Some logging would be nice.
This commit is contained in:
parent
893f63cc4e
commit
26447b69bd
1 changed files with 3 additions and 0 deletions
|
@ -5,4 +5,7 @@ import os
|
|||
os.environ['PYTHON_EGG_CACHE'] = '/var/www/.python-eggs'
|
||||
os.environ['ZANATA2FEDMSG_CONFIG'] = '/etc/zanata2fedmsg.ini'
|
||||
|
||||
import logging
|
||||
logging.basicConfig(level='INFO')
|
||||
|
||||
from zanata2fedmsg import app as application
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue