Saturday, September 15, 2007

How to disable ''Low-level logging is currently enabled" message when logged into Oracle Apps?

Want to know, how to disable the below warning message when logged into Oracle Apps?


'Low-level logging is currently enabled. Your application will not perform as well while low-level logging is on.'



Tried metalink note id's 265330.1 , 249669.1 no lucks?
Here is an answer.


It is due to the following parameters in



$IAS_ORACLE_HOME/Apache/Jserv/etc/jserv.properties: on web servers.


This is how they need to be if we have to getrid of that notification


# below are for iPayment debugging ability

#wrapper.bin.parameters=-DAFLOG_ENABLED=TRUE

#wrapper.bin.parameters=-DAFLOG_MODULE=iby%

#wrapper.bin.parameters=-DAFLOG_LEVEL=STATEMENT

#wrapper.bin.parameters=-DAFLOG_FILENAME=/var/tmp/iby_qa.log


Then it is required to bounce the Apache service for reflecting the effect of these changes on aplications web page.


We can achieve this without disturbing current users sessions with a feature called "Graceful shutdown of Apache"


Wonder how?Here it is!


$SCRIPTS/adapcctl.sh graceful


Verify after this that the log level logging warning is no more!!