use debug log level for sent notification messages

pull/54/head
l3uddz 7 years ago
parent 535973a170
commit be0e500af5

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