Skip to content

Commit c64b56c

Browse files
Merge pull request #1566 from StackVista/stac-21887-logback
STAC-21887: Replace for xml version of the example
2 parents fc84d48 + bb3dc06 commit c64b56c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

setup/security/authentication/troubleshooting.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ stackstate:
1717
components:
1818
server:
1919
additionalLogging: |
20-
logger("org.pac4j.core.engine", DEBUG)
21-
logger("org.pac4j.oidc.profile.creator", DEBUG)
22-
logger("org.pac4j.oidc.credentials.authenticator", DEBUG)
20+
<logger name="org.pac4j.core.engine" level="DEBUG"/>
21+
<logger name="org.pac4j.oidc.profile.creator" level="DEBUG"/>
22+
<logger name="org.pac4j.oidc.credentials.authenticator" level="DEBUG"/>
2323
api:
2424
additionalLogging: |
25-
logger("org.pac4j.core.engine", DEBUG)
26-
logger("org.pac4j.oidc.profile.creator", DEBUG)
27-
logger("org.pac4j.oidc.credentials.authenticator", DEBUG)
25+
<logger name="org.pac4j.core.engine" level="DEBUG"/>
26+
<logger name="org.pac4j.oidc.profile.creator" level="DEBUG"/>
27+
<logger name="org.pac4j.oidc.credentials.authenticator" level="DEBUG"/>
2828
```
2929
3030
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.

0 commit comments

Comments
 (0)