Reputation: 634
How to configure JBoss to use log5j instead of log4j? Customers have JBoss 3.2.7.
Upvotes: 0
Views: 177
Reputation: 403481
You can't. JBoss's logging is hard-wired to use log4j. Replacing it isn't practical.
However, there's nothing to stop your own applications from using log5j if you choose - kjust add the JAR to your applications' libraries. The logging would just be handled separately from JBoss's own logging.
Footnote: JBoss 3 is four generations behind current versions. You should really consider replacing it, it's beyond obsolete.
Upvotes: 2