mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03: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:
@@ -22,7 +22,7 @@ from awx.api.generics import (
|
||||
)
|
||||
|
||||
|
||||
logger = logging.getLogger('awx.main.analytics')
|
||||
logger = logging.getLogger('awx.analytics')
|
||||
|
||||
|
||||
class MetricsView(APIView):
|
||||
|
||||
Reference in New Issue
Block a user