diff --git a/notifications/__init__.py b/notifications/__init__.py index c1acab2..903ca31 100644 --- a/notifications/__init__.py +++ b/notifications/__init__.py @@ -49,6 +49,6 @@ class Notifications: if chosen_service and service.NAME.lower() != chosen_service: continue elif service.send(**kwargs): - log.info("Sent notification with %s", service.NAME) + log.debug("Sent notification with %s", service.NAME) except Exception: log.exception("Exception sending notification, kwargs=%r: ", kwargs)