test: set DEFMT_LOG not too verbose so net perf tests pass with cargo run
.
This commit is contained in:
@ -19,4 +19,4 @@ rustflags = [
|
||||
target = "thumbv6m-none-eabi"
|
||||
|
||||
[env]
|
||||
DEFMT_LOG = "trace"
|
||||
DEFMT_LOG = "trace,embassy_hal_internal=debug,embassy_net_esp_hosted=debug,cyw43=info,cyw43_pio=info,smoltcp=info"
|
||||
|
Reference in New Issue
Block a user