Commit e3326af
[pos][native] Reduce testing log bloat to enable better CI failures debugging
Current logging of presto-on-spark leads to 100's of Mb of log files in CI.
This results in being unable to use github UI to see the error info.
Mainly the logs are being flooded by 2 classes PrestoSparkTaskExecutorFactory and spark's TaskSetManager.
In this PR, we change the log level to WARN to omit those logs1 parent 538250b commit e3326af
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
| 440 | + | |
| 441 | + | |
440 | 442 | | |
441 | 443 | | |
442 | 444 | | |
| |||
0 commit comments