From b78cacb4d812dd226a56692b67ef7d61ad7c439b Mon Sep 17 00:00:00 2001 From: Gabe Muniz Date: Thu, 10 Dec 2020 10:36:02 -0500 Subject: [PATCH] log galaxy token message as warning --- awx/main/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/tasks.py b/awx/main/tasks.py index 38bc722907..3bf67d9e65 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -2163,7 +2163,7 @@ class RunProjectUpdate(BaseTask): if not galaxy_creds_are_defined and ( settings.AWX_ROLES_ENABLED or settings.AWX_COLLECTIONS_ENABLED ): - logger.debug( + logger.warning( 'Galaxy role/collection syncing is enabled, but no ' f'credentials are configured for {project_update.project.organization}.' )