Does loggers implemented using JDK LogManager (JUL) need to be explicitly added into the logger categories?
Issue
-
While testing a Jersey framework application on JBoss, it’s logging is not displayed with the custom default logger settings (Jersey log managers are from
java.util.logging). To see the Jersey logs,jul-to-slf4j jarhas to be added in the application, but only the sun’s JAXB logging can be seen without thejul-to-slf4jbridge (both jersey and jaxb packages are usingjava.util.logging.Logger). -
Is there any concrete document which explains what loggers will be logged into JBoss?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 5.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.