NetWorker: How to Enable Debug Logging for the vRealize Data Protection Extension

Summary: This article describes how to enable debug-level logging for the vRealize Data Protection Extension for NetWorker in the edp_4_vcac.log file. By default, the edp_4_vcac.log file uses the INFO log level, which matches the default level configured in the vRealize Orchestrator (vRO) Control Center. Administrators can override the default level by modifying the log4j.xml configuration file directly to set debug-level logging for the com.emc.edp4vcac category. ...

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

Prerequisites and Important Notes

  • Understand the logging hierarchy — The edp_4_vcac.log file uses the same log level as the level configured in the vRealize Orchestrator Control Center under configure logs. The default log level is INFO. Setting the log level directly in the log4j.xml file takes precedence over the Control Center setting.
  • Configure the Control Center first — If log parameter changes are needed in the Control Center, make those changes before editing log4j.xml. Saving log parameters in the Control Center overwrites any manual changes made to log4j.xml.

 

Note: The max file count and max file size values configured in the Control Center apply only to the server.log file — they do not apply to edp_4_vcac.log.

 

Enable Debug Logging

  1. Open the log4j.xml file on the vRealize Orchestrator (vRO) application server:
    vi /var/lib/vco/app-server/conf/log4j.xml
  2. Find the com.emc.edp4vcac category block in the file.
  3. Change the priority value to DEBUG:
    <category additivity="false" name="com.emc.edp4vcac">
        <priority value="DEBUG"/>
    </category>
  4. Save the file and close the editor.

Apply the Changes

  1. Restart the vco-server service to apply the updated log level:
    systemctl restart vco-server
  2. If the environment has multiple vRO nodes, repeat Steps 3–7 on every node to enable debug logging consistently across the cluster.

Verify Debug Logging

  1. Perform a backup or restore operation through the vRealize Data Protection Extension to generate log entries.
  2. Open the edp_4_vcac.log file and confirm that DEBUG-level entries now appear:
    tail -f /var/lib/vco/app-server/logs/edp_4_vcac.log

Disable Debug Logging (After Troubleshooting)

  1. After troubleshooting is complete, change the priority value back to the default level of INFO to reduce log volume and disk usage:
    <category additivity="false" name="com.emc.edp4vcac">
        <priority value="INFO"/>
    </category>
  2. Restart the vco-server service on all nodes to apply the change:
    systemctl restart vco-server
Article Properties
Article Number: 000013734
Article Type: How To
Last Modified: 03 آب 2026
Version:  7
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.