create separate log file for ADF logs using ADFLogger and logging.xml
I have added log handler and logger in logging.xml file in server, as below. But it is generating a blank log file, not writing my application logs inside the log file. Any solution.
<log_handler name='logname' class='oracle.core.ojdl.logging.ODLHandlerFactory' filter='oracle.dfw.incident.IncidentDetectionLogFilter' level='ALL'>
<property name='path' value='/apps/logs/xyz/name.log'/>
<property name='maxFileSize' value='10485760'/>
<property name='maxLogSize' value='104857600'/>
<property name='encoding' value='UTF-8'/>
<property name='useThreadName' value='true'/>
<property name='supplementalAttributes' value='J2EE_APP.name,J2EE_MODULE.name,WEBSERVICE.name,WEBSERVICE_PORT.name'/>