Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 1 Administration : Logging

Logging
The log file asg-portal.log available at <ASG_CONFIG_HOME>\logs includes a log of all the events occurring on the portal engine. By default, the logging level is set to INFO.
To change the logging level:
Edit the file <ASG_CONFIG_HOME>\asg_portal.properties and update the property tibco.clientVar.ASG/Logging/MinLogLevel to set it with one of the following log levels:
Edit the file <ASG_HOME>\2.1\bin\asg-portal.cdd 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 the Adapter Code for TIBCO API Exchange and Joomla! 2.1.1, 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.1.1 Administration for details.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved