diff --git a/setup/security/authentication/troubleshooting.md b/setup/security/authentication/troubleshooting.md index 9c3d0dd83..4ddc57f38 100644 --- a/setup/security/authentication/troubleshooting.md +++ b/setup/security/authentication/troubleshooting.md @@ -17,14 +17,14 @@ stackstate: components: server: additionalLogging: | - logger("org.pac4j.core.engine", DEBUG) - logger("org.pac4j.oidc.profile.creator", DEBUG) - logger("org.pac4j.oidc.credentials.authenticator", DEBUG) + + + api: additionalLogging: | - logger("org.pac4j.core.engine", DEBUG) - logger("org.pac4j.oidc.profile.creator", DEBUG) - logger("org.pac4j.oidc.credentials.authenticator", DEBUG) + + + ``` Now run the `helm upgrade` command you used before but include this one extra yaml file (so `helm upgrade .... --values debug-auth.yaml`) to enable debug logging. No pods will be restarting, the logging configuration changes will be loaded automatically after about 30 seconds.