Some logging would be nice.

This commit is contained in:
Ralph Bean 2016-03-04 20:25:15 +00:00
parent 893f63cc4e
commit 26447b69bd

View file

@ -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