http://oamidam.wordpress.com/2011/06/13/increase-event_log-verbosity-oracle-webcache/
There are many possible ways to increase event_log verbosity to DEBUG:
First, using Application Server Control Console:
- Navigate to Web Cache Home page
- Navigate to Administration tab > Properties > Web Cache > Logging.
- Change Logging Level to Debug
- Un-check Buffer in Memory check box to disable buffering when you need to see the event log results immediately.
- Click OK
- In the navigator frame, select Logging and Diagnostics > Event Logs.
- From the Cache-Specific Event Log Configuration table, select a cache, and then click Edit Selected.
- In the Buffering field, select Disabled to disable buffered logging. Oracle recommends disabling buffering when you need to see the event log results immediately.
- from the Verbosity list, select the DEBUG level.
- Click Submit.
- In the OracleAS Web Cache Manager main window, choose Apply Changes.
- Backup the file $ORACLE_HOME/webcache/webcache.xml
- Edit the file webcache.xml and change the following lines
<EVENTLOGDIR LOGDIR="ORACLE_HOME/webcache/logs/"
BUFFERENABLED="YES" BUFFERSIZE="2048" FLUSHINTERVAL="10"
Key="LOGDIR">
<VERBOSITY LEVEL="WARNING"/>
<EVENTLOGDIR LOGDIR="ORACLE_HOME/webcache/logs/"
BUFFERENABLED="NO" BUFFERSIZE="2048" FLUSHINTERVAL="10"
Key="LOGDIR">
<VERBOSITY LEVEL="DEBUG"/>
No comments:
Post a Comment