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:
parent
c350fafe22
commit
47500ae20d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user