Weblogic Logging customization
Hi Community
I have a weblogic server (10.3.5). I have configured a new logger/log_handler, no problem.
I now want to change, on this log_handler, the way the log are written. For the moment, it is written this way :
[2013-07-29T09:41:16.653+00:00] [MS_server1] [NOTIFICATION] [] [myCustomLogger] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Anonymous] [ecid: 3928459900541890,0:1:1:1] [APP: myfrontend-1] [URI: /FO/app/pages/feedback] My loggued message.
I need to remove all the part weblogic automatically add to finally get :
My loggued message.
My logging.xml contains :
<log_handler name='myCustomLLog-handler' class='oracle.core.ojdl.logging.ODLHandlerFactory' filter='oracle.dfw.incident.IncidentDetectionLogFilter'>
0