Merge pull request #8812 from gamuniz/change_galaxy_token_logger_warning

log galaxy token message as warning

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-12-10 16:22:13 +00:00 committed by GitHub
commit 851f7b4c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}.'
)