Enable DEBUG mode in Storware Backup and Recovery
This guide explains how to enable debug mode for troubleshooting or detailed logging. The operation involves connecting to the server via SSH and editing a configuration file.
vi /opt/vprotect/node/log4j2-node.xmlsystemctl restart vprotect-nodevi /opt/vprotect/tapemanager/config/application.propertiessystemctl restart vprotect-servervi /opt/vprotect/cloudagent/AgentConfig.jsonagent": {
"logs": {
"path": "../logs/cloudagent",
"level": "DEBUG"
}
}systemctl restart vprotect-nodesc stop sbr-osagent && sc start sbr-osagentsystemctl restart sbr-osagentsudo launchctl stop eu.storware.sbr.osagent
sudo launchctl start eu.storware.sbr.osagentvi /opt/vprotect/cloudserver/config/application.propertiessystemctl restart vprotect-nodevi /opt/vprotect/osserver/config/application.propertiessystemctl restart vprotect-node