Skip to content

Commit

Permalink
Filter multiple-include warning, its unavoidable by now
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Nov 21, 2016
1 parent 474dfd1 commit e7045b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/log4j2.xml
Expand Up @@ -4,6 +4,7 @@
<Appenders>
<Console name="Console" target="SYSTEM_ERR">
<PatternLayout pattern="%-5level: %msg%n" />
<RegexFilter regex=".*utils\.xsl is included or imported more than once.*" onMatch="DENY" onMismatch="ACCEPT"/>
</Console>
</Appenders>
<Loggers>
Expand Down

0 comments on commit e7045b3

Please sign in to comment.