Skip to content

Commit

Permalink
Add missing PhaseInterceptorChain logger config to app
Browse files Browse the repository at this point in the history
See #1398

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn committed Jul 29, 2023
1 parent 95bc802 commit f158da9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions launch/app/runtime/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
<!-- Filters warnings for events that could not be delivered to a disconnected client. -->
<Logger level="ERROR" name="org.apache.cxf.jaxrs.sse.SseEventSinkImpl"/>

<!-- Filters warnings from broken connections during startup -->
<!-- https://github.com/openhab/openhab-core/issues/2998 -->
<Logger level="ERROR" name="org.apache.cxf.phase.PhaseInterceptorChain"/>

<!-- Filters known issues of javax.mail, see -->
<!-- https://github.com/openhab/openhab-addons/issues/5530 -->
<Logger level="ERROR" name="javax.mail"/>
Expand Down

0 comments on commit f158da9

Please sign in to comment.