mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 20:37:39 -02:30
Fix analytics logging
The analytics change PR adjusted the logging for awx.analytics, which solved the issue, but should have used the targeted awx.main.analytics. Also flip a couple of loggers to use the regular awx.analytics (awx analytics) logger instead of awx.main.analytics (the automation anayltics task system).
This commit is contained in:
@@ -20,7 +20,7 @@ from django.conf import settings
|
||||
BROADCAST_WEBSOCKET_REDIS_KEY_NAME = 'broadcast_websocket_stats'
|
||||
|
||||
|
||||
logger = logging.getLogger('awx.main.analytics.broadcast_websocket')
|
||||
logger = logging.getLogger('awx.analytics.broadcast_websocket')
|
||||
|
||||
|
||||
def dt_to_seconds(dt):
|
||||
|
||||
Reference in New Issue
Block a user