-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keycloak DevService doesnt follow the same logs patterns as other devServices #19485
Comments
/cc @stuartwdouglas |
@pjgg Hi, I looked at FYI, it does not seem all DevServices follow the same pattern, ex, RedisClient/Mongo |
I think that is a good idea to print an explicit log saying that Dev Service started. Especially for newcomers. On Kafka dev service ("RedPanda") We got the following log trace:
Note that "Dev Services for Kafka started." Is at the end. |
Sure, I don't think I can intercept it as you suggested,
with
would be fine |
See #19575 |
Fixes quarkusio#19573 Fixes quarkusio#19485 (cherry picked from commit 7ae7e9f)
Describe the bug
I am missing the following Log in keycloak devService:
As other devServices do, for example:
Amqp (follow this pattern):
RedPanda:
But Keycloak follow this pattern:
Looks like the same but I think that is important to follow the same pattern and also explicitly says that DevService Keycloak was started (because maybe by some "random reasons" the end-user could have more than one keycloak)
Expected behavior
Dev Services for keycloak started
Actual behavior
Container quay.io/keycloak/keycloak:14.0.0 started
The text was updated successfully, but these errors were encountered: