mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Some logging would be nice.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user