use debug log level for sent notification messages

pull/5/head
l3uddz 7 years ago
parent 318ab314dd
commit 2385b0a79e

@ -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)

Loading…
Cancel
Save