Troubleshooting for Privacera Audit Server¶
Enable Debug Logs Using ConfigMap Changes¶
To enable debug logging in the Privacera Audit Server, follow the steps below:
Replace the placeholders below with the appropriate values:
<NS>
: namespace where Privacera Manager is installed.<pod>
: Audit Server pod name.
- SSH into the instance where Privacera Manager is installed.
- Edit the Audit Server ConfigMap:
Bash -
Locate the PRIVACERA_LOG_LEVEL setting and set its value to DEBUG to enable detailed debug logging.
-
Restart the Audit Server pod to apply the changes:
Bash - Verify the changes:
- Navigate to the logs directory and gather the logs for debugging.
Bash
Note
- Once you have collected and analyzed the logs, you can restore the log level to INFO by following the steps provided above.
- Or on Restart Services the manual changes to config map will be reverted.