decrease logging level in notification system from info to debug
with notification at level 'info' in some tests we have majority of logging from notifications while other useful logs are hidden, so changing log level from notifications to 'debug' would increase readability of stdout (logging into files is still visible both at level info and debug)