Revert log to debug to be safe

This commit is contained in:
Jasmine Schladen 2020-10-27 17:36:01 -07:00
parent 729a6e69f5
commit 794e4d3855
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ def send_plugin_notification(event_type, data, recipients, notification):
} }
status = FAILURE_METRIC_STATUS status = FAILURE_METRIC_STATUS
try: try:
current_app.logger.info(log_data) current_app.logger.debug(log_data)
notification.plugin.send(event_type, data, recipients, notification.options) notification.plugin.send(event_type, data, recipients, notification.options)
status = SUCCESS_METRIC_STATUS status = SUCCESS_METRIC_STATUS
except Exception as e: except Exception as e: