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

Both sides previous revisionPrevious revision
Next revision
Previous revision
avaya:aads:keycloak:debug [2024/07/26 04:46] 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 ======
-Change the following File by adding Parameter: --log-level=<root-level>\\ +To change the loglevel of AADS Keycloak Service do the following. 
- /opt/Avaya/DeviceServices/10.2.0.1.16/CAS/10.2.0.1.16/service.d/keycloak.start.sh+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:\\+The following Levels are available:
 | Level |Description| | Level |Description|
 |FATAL| Critical failures with complete inability to serve any kind of request.| |FATAL| Critical failures with complete inability to serve any kind of request.|
Line 14: Line 17:
 |OFF|Special level to turn logging off entirely (not recommended).| |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.1721969209.txt.gz · Last modified: (external edit)