Skip to content

Commit

Permalink
logback.xml: minor cleanup/reformat/comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Jun 2, 2021
1 parent 390ee79 commit 22fc147
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gui/admin-gui/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2017 Evolveum and contributors
~ Copyright (C) 2010-2021 Evolveum and contributors
~
~ This work is dual-licensed under the Apache License 2.0
~ and European Union Public License. See LICENSE file for details.
Expand All @@ -10,7 +10,7 @@

<if condition='"true".equals(property("midpoint.logging.alt.enabled"))'>
<then>
<include resource="logback-alt.xml" />
<include resource="logback-alt.xml"/>
</then>
</if>

Expand Down Expand Up @@ -60,16 +60,16 @@
<logger name="org.hibernate.engine.jdbc.batch.internal.BatchingBatch" level="OFF"/>
<logger name="org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl" level="WARN"/>

<!-- MID-6512:
JAXPParser only logs configuration exception it - is causing (it proactivelly tries to
disable secure entity processing), but works fine even if exception is thrown.
<!-- MID-6512:
JAXPParser only logs configuration exception it is causing. It proactively tries to
disable secure entity processing, but works fine even if exception is thrown.
Behaviour is hardcoded, and can not be prevented, so we mute it off in logs to not cause
unnecessary concern.
-->
<logger name="com.sun.xml.xsom.parser.JAXPParser" level="OFF" />
<logger name="com.sun.xml.xsom.parser.JAXPParser" level="OFF"/>

<logger name="PROFILING" level="INFO"/>
<logger name="com.evolveum.midpoint" level="INFO" />
<logger name="com.evolveum.midpoint" level="INFO"/>
<logger name="com.evolveum.midpoint.web.util.MidPointProfilingServletFilter" level="TRACE">
<appender-ref ref="MIDPOINT_PROFILE_LOG"/>
</logger>
Expand Down

0 comments on commit 22fc147

Please sign in to comment.