From dd99356062eaaeac3c2fa0b82dbbcaf765435c2a Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sat, 18 Jun 2022 01:54:07 +0200 Subject: Add env DEFMT_LOG=trace to all examples. --- embassy-boot/nrf/.cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'embassy-boot') diff --git a/embassy-boot/nrf/.cargo/config.toml b/embassy-boot/nrf/.cargo/config.toml index 27bc9708c..1060800a3 100644 --- a/embassy-boot/nrf/.cargo/config.toml +++ b/embassy-boot/nrf/.cargo/config.toml @@ -15,3 +15,6 @@ rustflags = [ [build] target = "thumbv7em-none-eabi" + +[env] +DEFMT_LOG = "trace" -- cgit