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

Support customization of the project name and version in logs #1829

Closed
gastaldi opened this issue Apr 3, 2019 · 3 comments · Fixed by #4302
Closed

Support customization of the project name and version in logs #1829

gastaldi opened this issue Apr 3, 2019 · 3 comments · Fixed by #4302
Labels
Milestone

Comments

@gastaldi
Copy link
Contributor

gastaldi commented Apr 3, 2019

The log says:

INFO  [io.quarkus] (main) Quarkus 0.12.0 started in 0.007s. Listening on: http://localhost:8080

It would be nice if the project name and version could be customized in the logs, like in the example below:

INFO  [io.quarkus] (main) Fabric8 Launcher Backend 1.2.2 (Running on Quarkus 0.12.0) started in 0.007s. Listening on: http://localhost:8080
@gastaldi gastaldi changed the title Allow customize the project name and version in logs Support customization of the project name and version in logs Apr 3, 2019
@gastaldi
Copy link
Contributor Author

gastaldi commented Apr 3, 2019

Bonus points if this customization can be specified through Microprofile Config (application.properties)

@gsmet gsmet added kind/enhancement New feature or request good first issue Good for newcomers labels Apr 4, 2019
@klearchos
Copy link
Contributor

Hi @gastaldi
I found that I will have to update the io.quarkus.runtime.Timing
Do you have any other pointers that I should take care of?

It would be nice to have ascii art during startup as it happens with Spring Boot ?
What do you think?

@gastaldi
Copy link
Contributor Author

@klearchos yeah, I think this is where the Config needs to be read to gather the product name. I am not opposed to an ASCII art, but I'm fine with whatever the Quarkus team decides :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants