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:
edouard 2023-03-08 18:22:37 +01:00
parent a13bb0272b
commit bda82fe83d

View File

@ -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();