Log applied cache configurations as part of debug logs

Closes #41950

Signed-off-by: Ryan Emerson <remerson@ibm.com>
This commit is contained in:
Ryan Emerson
2025-08-19 16:01:19 +01:00
committed by GitHub
parent 8b69465ec0
commit b0f4b4efee
3 changed files with 23 additions and 0 deletions

View File

@@ -125,6 +125,8 @@ This cache is needed for the Brute Force Protection feature to work in a multi-n
Action tokens are used for scenarios when a user needs to confirm an action asynchronously, for example in the emails sent by the forgot password flow.
The `actionTokens` distributed cache is used to track metadata about action tokens.
TIP: You can see the applied Infinispan configuration in the logs by configuring `--log-level=info,org.keycloak.connections.infinispan:debug`.
=== Volatile user sessions
By default, regular user sessions are stored in the database and loaded on-demand to the cache.