Skip to content

decrease logging level in notification system from info to debug

Marcin Sobczyk requested to merge ms_notification_system_log_level into master

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)

Merge request reports