Enabling Reporting to the Central Logger

By default, the reporting is not enabled to the Central Logger. Enable the reporting as follows:

Procedure

  1. Open the ASG_CONFIG_HOME/asg.properties file for editing.
  2. Search the following section in the file:

    # Turn on or off reporting to CL

    tibco.clientVar.ASG/Logging/reportingEnabled=false
  3. To enable the reporting, set the value as:

    tibco.clientVar.ASG/Logging/reportingEnabled=true

  4. Save the changes in the file and close the editor.
    Note: When the detail level logging is enabled for the Central Logger, the Core Engine logs the complete HTTP headers (such as Client IP, Host), SOAPAction, and Service URI of the request message into the ASG_TRANSACTIONS_DETAILS database table. The SOAPAction, Service URI and headers information is stored in the DET_SOAPACTION, DET_SERVICEURI, DET_HTTPHEADERS columns respectively.