Logging
The asg-portal.log log file available at <ASG_CONFIG_HOME>\logs includes a log of all the events occurring on the portal engine. The logging level can be changed. By default, the logging level is set to INFO.
- Edit the <ASG_CONFIG_HOME>\asg_portal.properties file and update the tibco.clientVar.ASG/Logging/MinLogLevel property to set it with one of the following log levels:
- Edit the
<ASG_HOME>\2.1\bin\asg-portal.cdd file to enable the
<log-configs> property and set the logging level. For example:
<log-configs> <log-config id="logConfig"> <enabled>true</enabled> <roles>*:info</roles> </log-config> </log-configs>
If you are using Adapter Code for TIBCO API Exchange and Joomla! 2.2.0, the portal administrator can view a log of the responses received from the server on the Joomla! Administrator user interface. See Adapter Code for TIBCO API Exchange and Joomla! 2.2.0 Administration for details.
Copyright © Cloud Software Group, Inc. All rights reserved.