I am doing some performance testing and needed to look at the times produced by the ADF Diagnostic logging items.
Analyze log was not good enough because it is too slow to find the grouped info I needed.
So step one) I loaded my Configure Oracle Diagnostic logging (action menu in the log window) and went straight to the source tab
At the top of the logging .xml file there is an entry
<log_handler name='console-handler' class='oracle.core.ojdl.logging.ConsoleHandler' level='ALL' formatter='oracle.core.ojdl.weblogic.ConsoleFormatter'/>
it need to be to see the logs in all there glory with timestamps etc <log_handler name='console-handler' class='oracle.core.ojdl.logging.ConsoleHandler' level='ALL'/>
Analyze log was not good enough because it is too slow to find the grouped info I needed.
So step one) I loaded my Configure Oracle Diagnostic logging (action menu in the log window) and went straight to the source tab
At the top of the logging .xml file there is an entry
<log_handler name='console-handler' class='oracle.core.ojdl.logging.ConsoleHandler' level='ALL' formatter='oracle.core.ojdl.weblogic.ConsoleFormatter'/>
it need to be to see the logs in all there glory with timestamps etc <log_handler name='console-handler' class='oracle.core.ojdl.logging.ConsoleHandler' level='ALL'/>
Comments
Post a Comment