Skip to content

Commit

Permalink
Remove Bootstrap logs from IcebergQueryRunner
Browse files Browse the repository at this point in the history
Should significantly reduce log spam and diagnosing errors easier
through the Github Actions UI. ~75% of log messages seem to be from
the Bootstrap printing configuration values.
  • Loading branch information
ZacBlanco committed Dec 26, 2024
1 parent dba4fca commit 03d5e88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ private static void setupLogging()
logging.setLevel("parquet.hadoop", WARN);
logging.setLevel("org.apache.iceberg", WARN);
logging.setLevel("com.facebook.airlift.bootstrap", WARN);
logging.setLevel("Bootstrap", WARN);
logging.setLevel("org.apache.hadoop.io.compress", WARN);
}

Expand Down

0 comments on commit 03d5e88

Please sign in to comment.