Enable logging
Create and set up the Feedback database. Then, enable logging on the runtime server that hosts Feedback data.
Enable logging of the Feedback database:
- Change to the WP_PROFILE/ConfigEngine.
- Create the Feedback database using the following command:
- ./ConfigEngine.sh feedback-database -DInitalizeFeedbackDB=true -DWasPassword=foo
- Set up the Feedback database using the following command:
- ./ConfigEngine.sh setup-feedback -DWasPassword=foo
- Open the FeedbackService.properties file from the WP_PROFILE/PortalServer/config/config/services/ directory.
- Set loggingEnabled to true.
- Restart WebSphere Portal.
Parent topic: Feedback and analytics