Skip to content

ENH: Replace log::to_stdout with log::info_to_stdout#1449

Merged
N-Dekker merged 1 commit into
mainfrom
info_to_stdout
Jun 3, 2026
Merged

ENH: Replace log::to_stdout with log::info_to_stdout#1449
N-Dekker merged 1 commit into
mainfrom
info_to_stdout

Conversation

@N-Dekker

@N-Dekker N-Dekker commented Jun 2, 2026

Copy link
Copy Markdown
Member

log::info_to_stdout(message) respects the log level: it only prints the message when the log level is info.

`log::info_to_stdout(message)` respects the log level: it only prints the message when the log level is `info`.

Inspired by pull request #1448 "Use log level for image writing progress messages", jakeforster, May 31, 2026.
@N-Dekker N-Dekker merged commit 801f3c5 into main Jun 3, 2026
8 checks passed
@N-Dekker N-Dekker deleted the info_to_stdout branch June 3, 2026 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant