Created
October 23, 2014 23:56
-
-
Save vdevigere/44073b102f0bc93e0759 to your computer and use it in GitHub Desktop.
Disabling the default logging in Wildfly and use application provided log4j and slf4j libraries
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
<subsystem xmlns="urn:jboss:domain:logging:2.0"> | |
<add-logging-api-dependencies value="false"/> | |
<use-deployment-logging-config value="false"/> | |
.... | |
</subsystem> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
works flawlessly!