Created
June 14, 2011 23:44
-
-
Save pcting/1026203 to your computer and use it in GitHub Desktop.
Chainsaw Configuration for Log4r
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> | |
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="true"> | |
<plugin name="UDPReceiver" class="org.apache.log4j.net.UDPReceiver"> | |
<param name="Port" value="4445" /> | |
</plugin> | |
<logger name="org.apache.log4j"> | |
<level value="warn"/> | |
</logger> | |
<root> | |
<level value="debug"/> | |
</root> | |
</log4j:configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment