Skip to content

Lower an SD Log Level - #6826

Merged
xoviat merged 2 commits into
embassy-rs:mainfrom
turnaroundfactor:embassy-2026-07-22-sd-debug
Aug 25, 2026
Merged

Lower an SD Log Level#6826
xoviat merged 2 commits into
embassy-rs:mainfrom
turnaroundfactor:embassy-2026-07-22-sd-debug

Conversation

@jake-taf

@jake-taf jake-taf commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

The older SD driver had some debug logs added in #6392. In #6483, all of these were lowered to trace except one, which makes my logs very noisy on any SD card action. This PR just makes that one a trace too.

@xoviat

xoviat commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

bender run

@xoviat
xoviat enabled auto-merge August 24, 2026 18:39
@embassy-bot

embassy-bot Bot commented Aug 24, 2026

Copy link
Copy Markdown

CI on this pull request is failing, so it isn't in the review queue yet. A pull request needs passing CI to be queued for review — push a fix and it'll be added automatically.

@jake-taf

Copy link
Copy Markdown
Contributor Author

CI on this pull request is failing, so it isn't in the review queue yet. A pull request needs passing CI to be queued for review — push a fix and it'll be added automatically.

It doesn't seem related to this PR?

thread 'main' (46) panicked at src/bin/cargo-batch.rs:192:91:
called `Result::unwrap()` on an `Err` value: rustc 1.92.0 is not supported by the following packages:
  fixed@1.31.0 requires rustc 1.93
  fixed@1.31.0 requires rustc 1.93
  fixed@1.31.0 requires rustc 1.93
Either upgrade rustc or select compatible dependency versions with
`cargo update <name>@<current-ver> --precise <compatible-ver>`
where `<compatible-ver>` is the latest version supporting rustc 1.92.0

@leftger leftger added the e-stm32 Issues for the STM32 family of chips label Aug 25, 2026
@xoviat

xoviat commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

pull upstream into this branch

@jake-taf

Copy link
Copy Markdown
Contributor Author

pull upstream into this branch

Ah, done!

@xoviat
xoviat added this pull request to the merge queue Aug 25, 2026
Merged via the queue into embassy-rs:main with commit faef9e5 Aug 25, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

e-stm32 Issues for the STM32 family of chips

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants