Skip to content
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

Log the dev mode JVM startup command at INFO level #5366

Merged
merged 1 commit into from Nov 11, 2019
Merged

Log the dev mode JVM startup command at INFO level #5366

merged 1 commit into from Nov 11, 2019

Conversation

jaikiran
Copy link
Member

@jaikiran jaikiran commented Nov 11, 2019

The dev mode JVM startup command is currently logged at DEBUG level (in Maven DevMojo). I think logging this at INFO will be more useful since it prints out useful information on what arguments etc are being passed to the JVM launch command. That can sometimes help identifying any obvious issues while debugging issues like #5359.
Furthermore, this log message is logged only once when the JVM is launched. So I don't think changing this to INFO will end up polluting the logs.

BTW, the gradle version of dev mode already prints this detail at "INFO" level by using System.out.println.

@stuartwdouglas stuartwdouglas added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Nov 11, 2019
@Sanne Sanne added this to the 1.1.0 milestone Nov 11, 2019
@Sanne Sanne merged commit 31c03ef into quarkusio:master Nov 11, 2019
@jaikiran jaikiran deleted the devmode-info branch November 11, 2019 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants