mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-06 06:49:53 -06:00
Log applied cache configurations as part of debug logs
Closes #41950 Signed-off-by: Ryan Emerson <remerson@ibm.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user