mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
Need log level info to show up with new settings
This commit is contained in:
parent
9eb8ac620f
commit
7c7d15a8be
@ -53,7 +53,7 @@ class Command(BaseCommand):
|
||||
tgzfiles = gather(collection_type='manual' if not opt_dry_run else 'dry-run', since = since, until = until)
|
||||
if tgzfiles:
|
||||
for tgz in tgzfiles:
|
||||
self.logger.debug(tgz)
|
||||
self.logger.info(tgz)
|
||||
else:
|
||||
self.logger.error('No analytics collected')
|
||||
if opt_ship:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user