Modifying Configuration Files

  To modify configuration files:

  1. Locate the product configuration file. See Table 5.

  2. Open the file in a text editor and update the properties or message type.

  3. Click Save.

  4. Restart the component process.

Example of Modifying Configuration Files

The following procedure is an example of modifying an ODL configuration file to change the message type and logging level.

  To change the message type and logging level in an ODL configuration file:

  1. Navigate to logging.xml in MIDDLEWARE_HOME/user_projects/domains/domain name/config/fmwconfig/servers/managed server name.

    For example, to modify the configuration file for Oracle Hyperion Profitability and Cost Management, navigate to this default location:

    MIDDLEWARE_HOME/user_projects/domains/EPMSystem/config/fmwconfig/servers/Profitability0/logging.xml

  2. Open logging.xml in a text editor.

  3. Locate this line in logging.xml:

    <logger level="NOTIFICATION:1" name="oracle.EPMPCM" useParentHandlers="false">
  4. Change the logger level to TRACE:32, so that the line reads as follows:

    <logger level="TRACE:32" name="oracle.EPMPCM" useParentHandlers="false">

    Note:

    The name oracle.EPMPCM is for Profitability and Cost Management. Configuration files for other products will have different logger names.

  5. Save logging.xml.

The change takes effect when you restart the product whose logging configuration file you have modified.