Commit 7685a5d
committed
Suppress IDE stack trace for setLevel failure
The stack trace is effectively just the log message being excessively loud because of how IntelliJ handles exceptions passed to the logger. This updates the code to log only the string description of the error instead of the full exception object. This suppresses the noisy IDE error popup while still recording the warning in the log file.
This is a follow up on #86311 parent 6382f0e commit 7685a5d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments