Revert log to debug to be safe
This commit is contained in:
parent
729a6e69f5
commit
794e4d3855
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user