开发者

How to turn on debug and trace logging for weblogic?

开发者 https://www.devze.com 2023-01-10 04:46 出处:网络
I understan开发者_开发技巧d there are very many ways to do this- just not very clear to me which ones I should use. Some of the answers on google dont work and the docs on the site are murky to me.

I understan开发者_开发技巧d there are very many ways to do this- just not very clear to me which ones I should use. Some of the answers on google dont work and the docs on the site are murky to me. thanks


the quickest way is to specify a JVM System property of the type -Dweblogic.debug.YOURSUBSYSTEM and also -Dweblogic.log.StdoutSeverity="Debug"

or in alternative set it from the WebLogic console in the server/debug/weblogic/YOURSUBSYSTEM and remember to set the log severity level to Debug, for the server you are troubleshooting


This differs on the version of WebLogic you are using. For >= 9.2, click on the Server and go to the Debug tab.

Here you can expand the trees and enable very detailed and specific logging. Hope that helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消