Enable and disable debug in Report Advisor
search cancel

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:

  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

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