Skip to content

Commit

Permalink
Add log4j appender declaration to clean up mchange warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Jones committed Jul 18, 2016
1 parent 9b22c33 commit 7d43e4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/log4j.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,12 @@
<priority value="INFO"/>
<appender-ref ref="main"/>
</category>

<category name="org.apache.solr">
<priority value="WARN"/>
<appender-ref ref="main"/>
</category>
<category name="com.mchange.v2">
<priority value="INFO"/>
<appender-ref ref="main"/>
</category>
</log4j:configuration>

0 comments on commit 7d43e4c

Please sign in to comment.