mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-21 06:20:05 -06:00
Document debug log settings required to show applied Infinispan configuration
Closes #43655 Signed-off-by: Ryan Emerson <remerson@ibm.com>
This commit is contained in:
@@ -125,7 +125,7 @@ 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`.
|
||||
TIP: You can see the applied Infinispan configuration in the logs by configuring `--log-level=info,org.keycloak.connections.infinispan.DefaultInfinispanConnectionProviderFactory:debug`.
|
||||
|
||||
=== Volatile user sessions
|
||||
|
||||
@@ -176,6 +176,8 @@ The configuration file is relative to the `conf/` directory.
|
||||
|
||||
{project_name} automatically creates all required caches with the expected configurations. You can add additional caches or override the default cache configurations in `conf/cache-ispn.xml` or in your own file provided via `--cache-config-file`.
|
||||
|
||||
To see the applied Infinispan configuration in the logs, configure `--log-level=info,org.keycloak.connections.infinispan.DefaultInfinispanConnectionProviderFactory:debug`.
|
||||
|
||||
[WARNING]
|
||||
====
|
||||
While overriding the default cache configurations via XML is technically possible, it is not supported.
|
||||
|
||||
Reference in New Issue
Block a user