mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
per @cchurch recomendation, log using the awx.fact namespace
This commit is contained in:
committed by
Matthew Jones
parent
c350fafe22
commit
47500ae20d
@@ -10,7 +10,7 @@ from mongoengine import connect
|
|||||||
from mongoengine.connection import get_db, ConnectionError
|
from mongoengine.connection import get_db, ConnectionError
|
||||||
from .utils.dbtransform import register_key_transform
|
from .utils.dbtransform import register_key_transform
|
||||||
|
|
||||||
logger = logging.getLogger('fact.__init__')
|
logger = logging.getLogger('awx.fact')
|
||||||
|
|
||||||
# Connect to Mongo
|
# Connect to Mongo
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user