You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Duplicate log output for chain of CLI commands
Example when adding and removing extension:
Log contains
Extension io.quarkus:quarkus-smallrye-health has been installed
message twiceThe 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.
The text was updated successfully, but these errors were encountered: