Exception is not logged in EAP 6/7
Issue
- Application has a logger code in a catch block but the Exception is not logged to console/server.log. I have log configuration below:
<subsystem xmlns="urn:jboss:domain:logging:3.0">
<console-handler name="CONSOLE">
<level name="INFO"/>
<filter-spec value="not(match("SOME_MESSAGE"))"/>
<formatter>
<named-formatter name="COLOR-PATTERN"/>
</formatter>
</console-handler>
...
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.4
- 7.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.