User Tools

Site Tools


avaya:aads:keycloak:debug

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
avaya:aads:keycloak:debug [2024/07/26 04:40] – created adminavaya:aads:keycloak:debug [2026/01/20 21:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Change Loglevel for AADS Keycloak ====== ====== 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.|
 +|WARN|A non-critical error or problem that might not require immediate correction.|
 +|INFO|Keycloak lifecycle events or important information. Low frequency.|
 +|DEBUG|More detailed information for debugging purposes, such as database logs. Higher frequency.|
 +|TRACE|Most detailed debugging information. Very high frequency.|
 +|ALL|Special level for all log messages.|
 +|OFF|Special 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
 +
 +[[https://www.keycloak.org/server/logging|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.1721968846.txt.gz · Last modified: (external edit)