Skip to content

Instantly share code, notes, and snippets.

@kastork
Created January 22, 2013 17:30
Show Gist options
  • Save kastork/4596497 to your computer and use it in GitHub Desktop.
Save kastork/4596497 to your computer and use it in GitHub Desktop.
example portal-log4j.xml to put in a plugin project's META-INF
<?xml version="1.0"?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
<category name="edu.nps.eccogs.eccoag">
<priority value="DEBUG" />
</category>
</log4j:configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment