Siebel System Monitoring and Diagnostics Guide > Configuring Additional System Logging >

Configuring Siebel Gateway Log Files


The Siebel Gateway logs information related to the application container in the SIEBEL_ROOT/applicationcontainer directory where the Siebel Gateway is installed, such as /siebel/ses/applicationcontainer. For information about installing and configuring the Siebel Gateway, see the Siebel Installation Guide for the operating system you are using.

To configure Siebel Gateway logging for the cloudgateway.log file

  1. Edit the gateway.properties file, which is located in the SIEBEL_ROOT/applicationcontainer/webapps directory where the Siebel Gateway is installed.
  2. Set log4j.appender.file.Level to one of the following values:
    • ALL. The ALL level has the lowest possible rank and is intended to turn on all logging.
    • TRACE. The TRACE level designates finer-grained informational events than DEBUG.
    • DEBUG. The DEBUG level designates fine-grained informational events that are most useful to debug an application.
    • INFO. The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.
    • WARN. The WARN level designates potentially harmful situations.
    • ERROR. The ERROR level designates error events that might still allow the application to continue running.
    • FATAL. The FATAL level designates very severe error events that will presumably lead the application to abort.

      Additionally, you can use the following log level to turn off logging:

    • OFF. The OFF level has the highest possible rank and is intended to turn off logging.
Siebel System Monitoring and Diagnostics Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.