mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
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:
commit
851f7b4c7e
@ -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}.'
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user