Created
September 24, 2017 18:07
-
-
Save ishults/09cc3f54e6e644b1086536cd874eb2c1 to your computer and use it in GitHub Desktop.
Log4J 2 configuration
This file contains 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
<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