-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Labels
kind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugrelease/26.5.3release/26.6.0team/production-readiness
Description
Description
Before merging, these log messages should have been changed to the debug level
Lines 149 to 161 in 3ed15e7
| private void addKeycloakNode(String uuid) { | |
| if (uuid.startsWith(MEMBER_KEY_PREFIX)) { | |
| log.fatalf("Adding a keycloak instance with ID: %s", uuid); | |
| membership.add(uuid); | |
| } | |
| } | |
| private void removeKeycloakNode(String uuid) { | |
| if (uuid.startsWith(MEMBER_KEY_PREFIX)) { | |
| log.fatalf("Removing keycloak instance with ID: %s", uuid); | |
| membership.remove(uuid); | |
| } | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugrelease/26.5.3release/26.6.0team/production-readiness