Enable and disable debug in Report Advisor
book
Article ID: 331213
calendar_today
Updated On:
Products
VMware Smart Assurance
Issue/Introduction
How to enable and disable debug in Report Advisor
Environment
VMware Smart Assurance - NCM
Resolution
Enable debug in Report advisor:
- Edit log4j.properties of Report Advisor (location $VOYENCE_HOME/web/conf/)
- Replace all occurrences of WARN with DEBUG
- Save the changes to the file.
- Restart tomcat service:
/etc/init.d/tomcat restart
Disable debug in Report advisor:
- Edit log4j.properties of Report Advisor (location $VOYENCE_HOME/web/conf/)
- Replace all occurrences of DEBUG with WARN
- Save the changes to the file.
- Restart tomcat service:
/etc/init.d/tomcat restart
Feedback
thumb_up
Yes
thumb_down
No