Smarts NCM: How to enable and disable debug in Report Advisor
search cancel

Smarts NCM: How to enable and disable debug in Report Advisor

book

Article ID: 331213

calendar_today

Updated On:

Products

VMware Smart Assurance

Environment

VMware Smart Assurance - NCM

Resolution

Steps to enable debug in Report advisor:

1) Edit log4j.properties of Report Advisor (location $VOYENCE_HOME/web/conf/)
2) Replace all occurrences of WARN with DEBUG
3) Save the changes to the file.
4) Restart tomcat service:
  /etc/init.d/tomcat restart 
 
Steps to disable debug in Report advisor:

1) Edit log4j.properties of Report Advisor (location $VOYENCE_HOME/web/conf/)
2) Replace all occurrences of DEBUG with WARN
3) Save the changes to the file.
4) Restart tomcat service:
  /etc/init.d/tomcat restart