1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

per @cchurch recomendation, log using the awx.fact namespace

This commit is contained in:
Chris Meyers 2015-04-14 07:18:52 -04:00 committed by Matthew Jones
parent c350fafe22
commit 47500ae20d

View File

@ -10,7 +10,7 @@ from mongoengine import connect
from mongoengine.connection import get_db, ConnectionError
from .utils.dbtransform import register_key_transform
logger = logging.getLogger('fact.__init__')
logger = logging.getLogger('awx.fact')
# Connect to Mongo
try: