Change log level to error

This commit is contained in:
BroodingKangaroo 2020-05-18 22:25:29 +03:00
parent 10ae1a284f
commit a7d070f3bb
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ class FeedExporter:
"""
if not self.storage_batch_item_count or '%(batch_time)s' in uri or '%(batch_id)s' in uri:
return True
logger.warning('%(batch_time)s or %(batch_id)s must be in uri if FEED_STORAGE_BATCH_ITEM_COUNT setting is specified')
logger.error('%(batch_time)s or %(batch_id)s must be in uri if FEED_STORAGE_BATCH_ITEM_COUNT setting is specified')
return False
def _storage_supported(self, uri):