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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||
|
|