Skip to content

Commit

Permalink
Set default validation log level to WARN (#6676)
Browse files Browse the repository at this point in the history
Set default validation log level from INFO to WARN
  • Loading branch information
yma11 authored Aug 1, 2024
1 parent e472e5d commit acb50c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ object GlutenConfig {
.checkValue(
logLevel => Set("TRACE", "DEBUG", "INFO", "WARN", "ERROR").contains(logLevel),
"Valid values are 'trace', 'debug', 'info', 'warn' and 'error'.")
.createWithDefault("INFO")
.createWithDefault("WARN")

val VALIDATION_PRINT_FAILURE_STACK_ =
buildConf("spark.gluten.sql.validation.printStackOnFailure")
Expand Down

0 comments on commit acb50c4

Please sign in to comment.