Commit c5a014f
committed
Have the mock log facade not always print to
In #463 we introduced a mock logger that implements the `log` facade in
tests. Previously, it defaulted to always print `TRACE`-level logs to
`stdout`. This however can be very spammy (especially since it includes
TRACE-level logs of `electrum_client` now).
Here, we simply disable printing to `stdout`stdout
1 parent 5abb42f commit c5a014f
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
0 commit comments