Hi datahub, I'm using datahub via helm chart. How ...
# troubleshoot
a
Hi datahub, I'm using datahub via helm chart. How can I set log level to DEBUG for datahub-frontend pod? I'd like to see this log in my pod. https://github.com/linkedin/datahub/blob/master/datahub-frontend/app/auth/sso/oidc/OidcCallbackLogic.java#L241
r
b
@adorable-flower-19656 By default, datahub stores debug logs inside the container at the path
/tmp/datahub/logs/datahub-frontend
. This doc teaches you how to extract them for further inspection: https://datahubproject.io/docs/how/extract-container-logs/