User Tools

Site Tools


avaya:aads:keycloak:debug

Change Loglevel for AADS Keycloak

To change the loglevel of AADS Keycloak Service do the following. As root User change the following File by adding Parameter: –log-level=<root-level>
/opt/Avaya/DeviceServices/<AADS-Versions>/CAS/10.2.0.1.16/service.d/keycloak.start.sh
Restart Keycloak Service In Case of Cluster Config all AADS Nodes need to be changed

The following Levels are available:

Level Description
FATAL Critical failures with complete inability to serve any kind of request.
ERROR A significant error or problem leading to the inability to process requests.
WARNA non-critical error or problem that might not require immediate correction.
INFOKeycloak lifecycle events or important information. Low frequency.
DEBUGMore detailed information for debugging purposes, such as database logs. Higher frequency.
TRACEMost detailed debugging information. Very high frequency.
ALLSpecial level for all log messages.
OFFSpecial level to turn logging off entirely (not recommended).

Example:

vi /opt/Avaya/DeviceServices/10.2.0.1.16/CAS/10.2.0.1.16/service.d/keycloak.start.sh

$INSTALL_PARENT/keycloak-22.0.4/bin/kc.sh \
          start \
          --proxy edge \
          --hostname-path=/auth \
          **----log-level=DEBUG**
          ..
svc keycloak restart

Keycloak Source

This topic does not exist yet

You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it by clicking on Create this page.

avaya/aads/keycloak/debug.txt · Last modified: by 127.0.0.1