This is an automated email from the ASF dual-hosted git repository.

yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 48b3b5d81 Remove verbose terminal output for admin tool (#1598)
48b3b5d81 is described below

commit 48b3b5d81bdd075ff6a676c0719042cbbe2c294c
Author: Yufei Gu <yu...@apache.org>
AuthorDate: Fri May 16 23:24:40 2025 -0700

    Remove verbose terminal output for admin tool (#1598)
---
 .../admin/src/main/resources/application.properties  |  6 +++++-
 .../org/apache/polaris/admintool/banner.txt          | 20 --------------------
 2 files changed, 5 insertions(+), 21 deletions(-)

diff --git a/quarkus/admin/src/main/resources/application.properties 
b/quarkus/admin/src/main/resources/application.properties
index 0d10451cf..1828df6e8 100644
--- a/quarkus/admin/src/main/resources/application.properties
+++ b/quarkus/admin/src/main/resources/application.properties
@@ -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
+quarkus.banner.enabled=false
 
 quarkus.container-image.build=false
 quarkus.container-image.push=false
@@ -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
\ No newline at end of file
diff --git 
a/quarkus/admin/src/main/resources/org/apache/polaris/admintool/banner.txt 
b/quarkus/admin/src/main/resources/org/apache/polaris/admintool/banner.txt
deleted file mode 100644
index 9e44c61e8..000000000
--- a/quarkus/admin/src/main/resources/org/apache/polaris/admintool/banner.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-
- @@@@   @@@  @       @    @@@@   @  @@@@    @@@@    @  @@@@@  @    @     @@@   
@@@@
- @   @ @   @ @      @ @   @   @  @  @@     @       @ @   @   @ @   @    @   @ @
- @@@@  @   @ @     @@@@@  @@@@   @    @@   @      @@@@@  @  @@@@@  @    @   @ 
@  @@@
- @      @@@  @@@@ @     @ @  @@  @  @@@@    @@@@ @     @ @ @@   @@ @@@@  @@@   
@@@@
-
-                     *
-
-
-                                      /////\                                   
     
-                                   //\\///T\\\                                 
     
-                                ///\\\////\\\\\\                               
     
-                               //\\\\T////\\\\\\\\\                            
     
-                          /T\ //\\\\\T///T\\//T\\\\\\                          
     
-                        //\\\/////T\\////\\/////\\\\\\\  //\\                  
     
-                     //\\\\\\T///////////////////T\\\\\\\T\\\\\                
     
-                  //\\\\/////T\//////////\///////T\\\\\T\\\\\\\\               
     
-                 //\\\\\/////\\\T////////////////\\\\\\/\\\\\\\\\              
     
-,,..,,,..,,,..,//\\\\////////\\\\\\\\\\/////////\\\\\///\\\\\\\\\\,,,..,,..,,,..,,,.
-,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,.,,,..,,,..,

Reply via email to