- Issue created by @viniciusrp
- Merge request !235Issue #3512795 by viniciusrp: Reduce severity from LogMessage to publish/unpublish message → (Open) created by viniciusrp
When an entity is publish or unpublish using Scheduler module an logger is thrown as notice, but notice is also "expected" notice and it would be informational.
This logger is impacting my automated tests, because the notice would have a condition.
Code | Severity
0 | Emergency: system is unusable
1 | Alert: action must be taken immediately
2 | Critical: critical conditions
3 | Error: error conditions
4 | Warning: warning conditions
5 | Notice: normal but significant condition
6 | Informational: informational messages
7 | Debug: debug-level messages
Reference: https://datatracker.ietf.org/doc/html/rfc5424
N/A
Change logger to informational from notice.
N/A
N/A
N/A
N/A
Active
2.2
Code