The org.jboss.logmanager.handlers.SyslogHandler attempts to lazily connect to the syslog server. If running under a security manager and the user (deployment in WildFly's case) doesn't have control logging permissions, the write will fail. The failure is also swallowed which means there is no indication as to what the error is. Logs will just not appear on the syslog server.
- blocks
-
WFCORE-2532 Some logging tests fail with security manager in WF core
- Resolved
- is cloned by
-
JBEAP-12040 (7.0.z) Initializing the SyslogHandler should not do a permissions check when setting the output stream
- Closed
- is incorporated by
-
WFCORE-3050 Upgrade jboss-logmanager from 2.0.6.Final to 2.0.7.Final
- Resolved