Skip to content

Commit

Permalink
optimize logging (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
BalaBalaYi authored Apr 27, 2022
1 parent 4552897 commit 5327f42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions streaming/java/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ function zip_and_upload_log() {
pushd "$ROOT_DIR"
echo "Check java code format."
# check google java style
mvn -T16 spotless:check
mvn -T16 -q spotless:check
# check naming and others
mvn -T16 checkstyle:check
mvn -T16 -q checkstyle:check
popd

echo "Build ray streaming"
Expand Down Expand Up @@ -68,4 +68,4 @@ fi

echo "Maven install ray streaming。"
pushd "$ROOT_DIR"
mvn -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN clean install -DskipTests -Dcheckstyle.skip
mvn -q -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN clean install -DskipTests -Dcheckstyle.skip

0 comments on commit 5327f42

Please sign in to comment.