Enabling Reporting to the Central Logger
By default, the reporting is not enabled to the Central Logger. Enable the reporting as follows:
- Procedure
- Open the ASG_CONFIG_HOME/asg.properties file for editing.
- Search the following section in the file:
# Turn on or off reporting to CL
tibco.clientVar.ASG/Logging/reportingEnabled=false
- To enable the reporting, set the value as:
tibco.clientVar.ASG/Logging/reportingEnabled=true
- 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.