Can I exclude log messages below a certain severity threshold in JBoss ON log event sources?
Environment
- Red Hat JBoss Operations Network (ON) 3.1.2
Issue
- What does the "minimum severity" property affect on log event sources?
- If I set the value of minimum severity to "info", does it mean that all the log events below "info" are collected ? (like "warn", "error" & "fatal") and will exclude the log events logged at "debug" level ?
Resolution
If you set a minimum severity value, it will only collect those matching that severity and higher. So, selecting "info" level as the minimum will allow messages at INFO, WARN, ERROR, etc, but should exclude messages at DEBUG or TRACE level.
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments