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?
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.
精彩评论