Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion quarkus/admin/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Cf. https://quarkus.io/guides/all-config

quarkus.application.name=Apache Polaris Admin Tool (incubating)
quarkus.banner.path=/org/apache/polaris/admintool/banner.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also remove the banner.txt file :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

quarkus.banner.enabled=false

quarkus.container-image.build=false
quarkus.container-image.push=false
Expand All @@ -50,3 +50,7 @@ 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 WARNING to suppress INFO logs
quarkus.log.level=WARNING

This file was deleted.