Need log level info to show up with new settings

This commit is contained in:
Elijah DeLee 2020-09-21 11:22:43 -04:00
parent 9eb8ac620f
commit 7c7d15a8be

View File

@ -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: