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. --- docs/modules/ROOT/examples/layer-by-layer/.cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/modules/ROOT/examples/layer-by-layer') diff --git a/docs/modules/ROOT/examples/layer-by-layer/.cargo/config.toml b/docs/modules/ROOT/examples/layer-by-layer/.cargo/config.toml index 946ff250b..3012f05dc 100644 --- a/docs/modules/ROOT/examples/layer-by-layer/.cargo/config.toml +++ b/docs/modules/ROOT/examples/layer-by-layer/.cargo/config.toml @@ -9,3 +9,6 @@ rustflags = [ [build] target = "thumbv7em-none-eabihf" + +[env] +DEFMT_LOG = "trace" -- cgit