mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
Need log level info to show up with new settings
This commit is contained in:
@@ -53,7 +53,7 @@ class Command(BaseCommand):
|
|||||||
tgzfiles = gather(collection_type='manual' if not opt_dry_run else 'dry-run', since = since, until = until)
|
tgzfiles = gather(collection_type='manual' if not opt_dry_run else 'dry-run', since = since, until = until)
|
||||||
if tgzfiles:
|
if tgzfiles:
|
||||||
for tgz in tgzfiles:
|
for tgz in tgzfiles:
|
||||||
self.logger.debug(tgz)
|
self.logger.info(tgz)
|
||||||
else:
|
else:
|
||||||
self.logger.error('No analytics collected')
|
self.logger.error('No analytics collected')
|
||||||
if opt_ship:
|
if opt_ship:
|
||||||
|
|||||||
Reference in New Issue
Block a user