Skip to content

Instantly share code, notes, and snippets.

@vdevigere
Created October 23, 2014 23:56
Show Gist options
  • Save vdevigere/44073b102f0bc93e0759 to your computer and use it in GitHub Desktop.
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
<subsystem xmlns="urn:jboss:domain:logging:2.0">
<add-logging-api-dependencies value="false"/>
<use-deployment-logging-config value="false"/>
....
</subsystem>
@gaurav9822
Copy link

works flawlessly!

@sannour
Copy link

sannour commented Jul 29, 2021

Thanks a lot for sharing. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment