Home
Enable logging for the portlets
In order to diagnose and resolve errors that occur with the Lotus Connections 2.5 Portlets, enable logging.
When you configure WebSphere Portal to write the trace and message logging for the Connections portlets, the messages are logged in the trace.log. The file is updated when an error occurs or if trace logs are created. The file is created in the following directory: <portal_server_root>\log. You can enable tracing for each portlet separately. The log classes used for the portlets are as follows:
Activities Summary Portlet
com.ibm.lconn.activities.summary
com.ibm.lconn.activities.service
com.ibm.lconn.common
Activities Detail Portlet
com.ibm.lconn.activities.detail
com.ibm.lconn.activities.service
com.ibm.lconn.profiles.service
com.ibm.lconn.common
Blogs Summary Portlet
com.ibm.lconn.blog.summary
com.ibm.lconn.blog.service
com.ibm.lconn.common
Blogs Detail Portlet
com.ibm.lconn.blog.detail
com.ibm.lconn.blog.service
com.ibm.lconn.profiles.service
com.ibm.lconn.common
Bookmarks Summary Portlet
com.ibm.lconn.dogear.summary
com.ibm.lconn.dogear.service
com.ibm.lconn.common
Bookmarks Detail Portlet
com.ibm.lconn.dogear.detail
com.ibm.lconn.dogear.service
com.ibm.lconn.common
You can specify the following log levels: info, fine, finer, finest. To enable logging for one or more of the Connections portlets, do the following:
- Log into WebSphere Portal as the Administrator
- Navigate to Administration > Portal Analysis > Enable Tracing .
- In the Append these trace settings field, specify the log level for the desired log class and click the add button (+): For example, com.ibm.lconn.activities.summary=fine
- Repeat step 3 for each log class that you want to log.
- Log out of portal and log back in.
Example
For example, if you wanted to enable the finest log level for the Activities Detail portlet, you would add these three logging settings:
com.ibm.lconn.activities.detail=finest
com.ibm.lconn.activities.service=finest
com.ibm.lconn.profiles.service=finest
If you wanted to enable the fine log level for the Bookmarks Summary portlets, you would add these logging settings:
com.ibm.lconn.dogear.summary=fine
com.ibm.lconn.dogear.service=fine
IBM Lotus Connections 2.5 Portlets for WebSphere Portal