Oracle JDeveloper (MOSC)

MOSC Banner

create separate log file for ADF logs using ADFLogger and logging.xml

in Oracle JDeveloper (MOSC) 5 commentsAnswered ✓

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'/>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center