Reputation: 1165
We are using JSF2 ,Apache CXF2.5.2 deployed to weblogic10.3 We have log4j.properties defined with FileAppender to log messages to file.
log4j.rootCategory=INFO, FA
All the log messages are going to log files ,except the messages from CXF(logininterceptor) web service soap requests logs and some of javax.faces exception goes to the CONSOLE(Adminserver.log).
So rootcategory is not working for cxf logs and javax.faces ...
Upvotes: 0
Views: 312