Logs.APP_LOG.debug("Processing notifications") on line 117 of Notification manager fires every time the notifications are checked (every second) and inserts a lot of noise into the debug log.
I think this need to be removed, logs should posted when notifications are sent, which is enough I think.
Description
Logs.APP_LOG.debug("Processing notifications") on line 117 of Notification manager fires every time the notifications are checked (every second) and inserts a lot of noise into the debug log.
I think this need to be removed, logs should posted when notifications are sent, which is enough I think.