Skip to content

Commit d2f0481

Browse files
committed
Don't force defmt level.
It's really confusing when setting DEFMT_LOG=debug doesn't work.
1 parent c97788d commit d2f0481

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.cargo/config.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ rustflags = [
1919
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
2020

2121
[env]
22-
DEFMT_LOG = { value = "info", force = true }
23-
22+
DEFMT_LOG = { value = "info" }

0 commit comments

Comments
 (0)