Skip to content

Commit

Permalink
Change logging serverity to warning if firehose module is not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Chunyong Lin committed Mar 26, 2020
1 parent 7d48144 commit 7a354b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamalert_cli/athena/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def create_table(table, bucket, config, schema_override=None):

config_data_bucket = firehose_data_bucket(config)
if not config_data_bucket:
LOGGER.error('The \'firehose\' module is not enabled in global.json')
LOGGER.warning('The \'firehose\' module is not enabled in global.json')
return False

# Use the bucket if supplied, otherwise use the default data bucket
Expand Down

0 comments on commit 7a354b4

Please sign in to comment.