Skip to content

Commit

Permalink
b/260903622 Disable Quarkus banner (#19)
Browse files Browse the repository at this point in the history
Disable banner during startup to reduce noise in Cloud Logging
  • Loading branch information
jpassing authored Dec 1, 2022
1 parent cd1eca6 commit 5c38321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
# Set the port to the PORT environment variable
quarkus.http.port=${PORT:8080}
quarkus.package.type=uber-jar
quarkus.banner.enabled=false

0 comments on commit 5c38321

Please sign in to comment.