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

Duplicate log output for chain of CLI commands #477

Closed
rsvoboda opened this issue Jun 1, 2022 · 0 comments · Fixed by #478
Closed

Duplicate log output for chain of CLI commands #477

rsvoboda opened this issue Jun 1, 2022 · 0 comments · Fixed by #478
Assignees

Comments

@rsvoboda
Copy link
Member

rsvoboda commented Jun 1, 2022

Duplicate log output for chain of CLI commands

Example when adding and removing extension:

10:56:06,639 INFO  quarkus extension add quarkus-smallrye-health
10:56:06,639 INFO  Current Quarkus extensions installed: 
10:56:06,640 INFO  ✬ ArtifactId
10:56:06,640 INFO  ✬ quarkus-resteasy-reactive
10:56:09,774 INFO  [SUCCESS] ✅  Extension io.quarkus:quarkus-smallrye-health has been installed
10:56:09,776 INFO  quarkus extension remove quarkus-smallrye-health
10:56:09,776 INFO  [SUCCESS] ✅  Extension io.quarkus:quarkus-smallrye-health has been installed
10:56:12,899 INFO  [SUCCESS] ✅  Extension io.quarkus:quarkus-smallrye-health has been uninstalled

Log contains Extension io.quarkus:quarkus-smallrye-health has been installed message twice

The log output even worse in case app gets started and after that there is CLI command invoked. Whole log of the dev mode boot gets duplicated.

@rsvoboda rsvoboda self-assigned this Jun 1, 2022
rsvoboda added a commit to rsvoboda/quarkus-test-framework that referenced this issue Jun 1, 2022
rsvoboda added a commit to rsvoboda/quarkus-test-framework that referenced this issue Jun 1, 2022
@mjurc mjurc closed this as completed in #478 Jun 1, 2022
mjurc pushed a commit that referenced this issue Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant