Application Logs
Audience: System Administrators
Content Summary: This page outlines commands to retrieve Helm values, pods, and logs of various Immuta components (such as the Fingerprint Service or Immuta Web Service) to identify installation issues.
Kubernetes
Cache Logs
Database Logs
Fingerprint Logs
Note: You can enable debug logging for the Fingerprint Service in the Helm Chart with fingerprint.logLevel: DEBUG
.
Proxy Logs
Query Engine Logs
Web (Service) Logs
Helm Values
Patroni
Find Master Pod (Database)
Find Master Pod (Query Engine)
List Patroni Members
List Patroni Members for Database Pods
List Patroni Members for Query Engine Pods
Note: You can change the value of the log level to DEBUG
for Patroni in the Helm Chart for the Database and Query Engine pods by using the following values:
database.patroniLogLevel: DEBUG
database.patroniRequestsLogLevel: DEBUG
queryEngine.patroniLogLevel: DEBUG
queryEngine.patroniRequestsLogLevel: DEBUG
Last updated