diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-07-17 00:34:27 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-07-17 00:34:27 +0200 |
| commit | 54269a07614105b30e8ea52d424ff417fd9e6e87 (patch) | |
| tree | b607c099f6fb0deaa17b6a522ae29372d3d1fa22 /examples | |
| parent | 13c88a9ca3e4a192677a184baa7e6ac12646797d (diff) | |
Switch default log to debug.
Trace is very VRYY verbose.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rpi-pico-w/.cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rpi-pico-w/.cargo/config.toml b/examples/rpi-pico-w/.cargo/config.toml index 18bd4dfe8..6183e70f7 100644 --- a/examples/rpi-pico-w/.cargo/config.toml +++ b/examples/rpi-pico-w/.cargo/config.toml | |||
| @@ -5,4 +5,4 @@ runner = "probe-run --chip RP2040" | |||
| 5 | target = "thumbv6m-none-eabi" | 5 | target = "thumbv6m-none-eabi" |
| 6 | 6 | ||
| 7 | [env] | 7 | [env] |
| 8 | DEFMT_LOG = "trace" | 8 | DEFMT_LOG = "debug" |
