aboutsummaryrefslogtreecommitdiff
path: root/tests/nrf
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-09-28 03:45:52 +0200
committerDario Nieuwenhuis <[email protected]>2023-09-28 03:47:14 +0200
commit3d1b4116eccec80ecdaacb1fab9f2a6dbe5800f4 (patch)
tree3a88e8090524c95bdb4f7530f43af00bc230046f /tests/nrf
parent901f0257bd4b64d6ed846de701a0b71b1de4b16d (diff)
test: set DEFMT_LOG not too verbose so net perf tests pass with `cargo run`.
Diffstat (limited to 'tests/nrf')
-rw-r--r--tests/nrf/.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nrf/.cargo/config.toml b/tests/nrf/.cargo/config.toml
index 03995f963..9d6b0313a 100644
--- a/tests/nrf/.cargo/config.toml
+++ b/tests/nrf/.cargo/config.toml
@@ -6,4 +6,4 @@ runner = "teleprobe client run"
6target = "thumbv7em-none-eabi" 6target = "thumbv7em-none-eabi"
7 7
8[env] 8[env]
9DEFMT_LOG = "trace" 9DEFMT_LOG = "trace,embassy_hal_internal=debug,embassy_net_esp_hosted=debug,smoltcp=info"