dimas-b commented on code in PR #1918: URL: https://github.com/apache/polaris/pull/1918#discussion_r2161994868
########## runtime/admin/src/main/resources/application.properties: ########## @@ -49,9 +56,13 @@ quarkus.index-dependency.guava.group-id=com.google.guava quarkus.index-dependency.guava.artifact-id=guava quarkus.index-dependency.protobuf.group-id=com.google.protobuf quarkus.index-dependency.protobuf.artifact-id=protobuf-java -quarkus.datasource.devservices.image-name=postgres:17-alpine ## Logging Configuration # Set root logging level to WARN to avoid mostly irrelevant Quarkus log messages. # The Admin tool communicates with the user via STDOUT/STDERR -quarkus.log.level=WARN \ No newline at end of file +quarkus.log.level=WARN +# Prevent the 'The Agroal dependency is present but no JDBC datasources have been defined.' built-time warning. +quarkus.log.category."io.quarkus.agroal.deployment".level=ERROR + +quarkus.http.test-port=0 +quarkus.management.test-port=0 Review Comment: nit: maybe move them to the`-test` properties file? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
