Skip to content

Instantly share code, notes, and snippets.

@ishults
Created September 24, 2017 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ishults/09cc3f54e6e644b1086536cd874eb2c1 to your computer and use it in GitHub Desktop.
Save ishults/09cc3f54e6e644b1086536cd874eb2c1 to your computer and use it in GitHub Desktop.
Log4J 2 configuration
<Configuration packages='com.path.to.logging, com.your.other.packages'>
<Properties>
<Property name="maskingPattern">
%d, level=%p, %cm
</Property>
</Properties>
...
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment