-
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
New "Launching JVM" log line appearing in quarkus:dev #6183
Comments
OK, so it was the one you tweaked and it was originally changed here: #5366 . @jaikiran @stuartwdouglas I can't say I agree with this. We tried hard to not be verbose and this definitely seem too verbose and technical to me. |
I made the Gradle version display the same output as in Maven. The PR you linked changed to INFO but I must say I am not a big fan of it. IMHO it should be a debug statement using the plugin 's logger |
Yeah, I agree. If some of the info is useful, we need to present it another way. In the meantime, I would prefer it to go back to debug. @gastaldi would you be up for preparing a patch? |
Sure, assign this issue to me and I'll submit a PR soon |
Hello @gsmet, it's fine with me if we want to go back to using |
Just launched a project with
quarkus:dev
and got that one:I don't think it's something we want at the info level.
@gastaldi is this the one you tweaked the other day? Do you know when it was introduced and why?
The text was updated successfully, but these errors were encountered: