quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.73k stars 2.67k forks source link

DataSources DevService doesnt follow the same logs patterns as other devServices #19573

Closed pjgg closed 3 years ago

pjgg commented 3 years ago

Describe the bug

I am missing the following Log in postgresql | mysql | mariadb | Mssql devService:

Dev Services for <DATABASE_KIND> started.

As other devServices do, for example:

Amqp (follow this pattern):

1.      Pulling docker image: quay.io/artemiscloud/activemq-artemis-broker
2.      Please be patient; this may take some time but only needs to be done once
3.      Starting to pull image
4.      Dev Services for AMQP started

RedPanda:

1. Pulling docker image: vectorized/redpanda
2. Please be patient; this may take some time but only needs to be done once
3. Starting to pull image
4.  Dev Services for Kafka started

But Postgres follow this pattern:

1. Pulling docker image: postgresql
2. Please be patient; this may take some time but only needs to be done once
3. Starting to pull image

I think that is important to have a unified log and also explicitly says that DevService was started

Expected behavior

Dev Services for started

quarkus-bot[bot] commented 3 years ago

/cc @stuartwdouglas

gsmet commented 3 years ago

I will have a look at this one and the other one https://github.com/quarkusio/quarkus/issues/19485

gsmet commented 3 years ago

See https://github.com/quarkusio/quarkus/pull/19575