gui: ignore hw apdu exchanges in log
A solution to keep it only for debug was not found for now with tracing, but it could be easily fixed if ledger_transport_hid use debug instead of info as log level.
This commit is contained in:
parent
a13bb0272b
commit
bda82fe83d
@ -65,6 +65,7 @@ impl Logger {
|
||||
&& !metadata.target().starts_with("glow_glyph")
|
||||
&& !metadata.target().starts_with("naga")
|
||||
&& !metadata.target().starts_with("mio")
|
||||
&& !metadata.target().starts_with("ledger_transport_hid")
|
||||
})),
|
||||
)
|
||||
.init();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user