You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to simplify finding logs from Keycloak Config CLI in a log aggregator like Kibana, it would be beneficial to mark every log entry with a custom field which identifies the CLI as its source.
Proposed Solution
Add a custom field to the src/main/resources/logback-spring.xml file with name="app" and value="keycloak-config-cli"
Environment
Keycloak Version: all
keycloak-config-cli Version: all
Java Version: all
Additional information
No response
Acceptance Criteria
The custom field "app=keycloak-config-cli" is added to each log message when using the "json-log" spring profile.
The text was updated successfully, but these errors were encountered:
Problem Statement
In order to simplify finding logs from Keycloak Config CLI in a log aggregator like Kibana, it would be beneficial to mark every log entry with a custom field which identifies the CLI as its source.
Proposed Solution
Environment
Additional information
No response
Acceptance Criteria
The text was updated successfully, but these errors were encountered: