Skip to content

Troubleshooting for Privacera Discovery

Enable Discovery Components Debug Logs

To enable debug logs in the Privacera Discovery, follow these steps:

Copy the vars.privacera.log-levels.yml from config/sample-vars to config/custom-vars and edit the file as needed.

Bash
1
2
3
cd ~/privacera/privacera-manager
cp -n config/sample-vars/vars.privacera.log-levels.yml config/custom-vars/
vi config/custom-vars/vars.privacera.log-levels.yml

Add or edit the following variables:

Bash
DISCOVERY_LOG_LEVEL: "DEBUG"

Comments