This is a very useful topic for those that would like to have a first insight on why an issue is occuring.
1. The easiest way to enable debug flags in WebLogic Server is to use weblogic console. This is done in:
Environment > Servers > MyServer > Debug > weblogic
Then, enable the level of debug you need, e.g.: security, servlet, jdbc.
This change does not require weblogic Server Restart.
2. You need Make sure the severity is set to debug in weblogic console:
Environment > Servers > MyServer > Logging >Advanced > Minimum severity to log: Debug
This change requires server restart.
https://blogs.oracle.com/LuzMestre/entry/how_to_enable_weblogic_server
http://www.oracle.com/technetwork/cn/articles/idm/mishra-wls-auth-2157543.html
http://docs.oracle.com/cd/E15586_01/core.1111/e10043/aptrouble.htm
本文介绍如何在WebLogic服务器中启用调试标志,包括通过WebLogic控制台进行设置的方法,以及调整日志记录严重性级别的步骤。这些操作有助于快速定位并解决应用运行过程中遇到的问题。
3755

被折叠的 条评论
为什么被折叠?



