From 794e4d385511a0bde6f656aba1b0a89063823d00 Mon Sep 17 00:00:00 2001 From: Jasmine Schladen Date: Tue, 27 Oct 2020 17:36:01 -0700 Subject: [PATCH] Revert log to debug to be safe --- lemur/notifications/messaging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemur/notifications/messaging.py b/lemur/notifications/messaging.py index ba4f331c..3928689e 100644 --- a/lemur/notifications/messaging.py +++ b/lemur/notifications/messaging.py @@ -108,7 +108,7 @@ def send_plugin_notification(event_type, data, recipients, notification): } status = FAILURE_METRIC_STATUS try: - current_app.logger.info(log_data) + current_app.logger.debug(log_data) notification.plugin.send(event_type, data, recipients, notification.options) status = SUCCESS_METRIC_STATUS except Exception as e: