aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-07-17 00:34:27 +0200
committerDario Nieuwenhuis <[email protected]>2022-07-17 00:34:27 +0200
commit54269a07614105b30e8ea52d424ff417fd9e6e87 (patch)
treeb607c099f6fb0deaa17b6a522ae29372d3d1fa22 /examples
parent13c88a9ca3e4a192677a184baa7e6ac12646797d (diff)
Switch default log to debug.
Trace is very VRYY verbose.
Diffstat (limited to 'examples')
-rw-r--r--examples/rpi-pico-w/.cargo/config.toml2
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"
5target = "thumbv6m-none-eabi" 5target = "thumbv6m-none-eabi"
6 6
7[env] 7[env]
8DEFMT_LOG = "trace" 8DEFMT_LOG = "debug"