Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Currently we have fine grained log settings for each .EAR and .WAR deployment package we put into our WebLogic server, is there a way we can override these logging settings at a higher level, say to disable all logging or to set all .EAR or .WAR logging settings to DEBUG?

share|improve this question

1 Answer

You can do that for each individual .EAR or .WAR application, by using JMX and log4j. Here are some links that might help you: #1 and #2. I have personally used #1 method in WebLogic 10, but I am not sure whether it works on 8.x or not.

Regarding doing it to every single deployment, I don't know if this is possible at all.

Hope it helps someway.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.