feat!(logger): reduce default logging output#861
Merged
kaspar030 merged 6 commits intokaspar030:mainfrom Apr 22, 2026
Merged
Conversation
ecae38a to
c62176c
Compare
Contributor
|
| Branch | pr/logging/quieter |
| Testbed | github-actions |
Click to view all benchmark results
| Benchmark | perf:task-clock | Benchmark Result msec x 1e9 (Result Δ%) | Upper Boundary msec x 1e9 (Limit %) |
|---|---|---|---|
| laze -C RIOT build --global --generate-only | 📈 view plot 🚷 view threshold | 9.60 x 1e9(+297.34%)Baseline: 2.42 x 1e9 | 12.58 x 1e9 (76.34%) |
This reverts commit 1b51c4a.
No need to announce the completion generation process as: - The command is nearly instant. - It is obvious in its output. - The extra log line must be dodged when copy pasting the generated output
This moves the info log message when generating the compile commands to the end to signal successful completion of the command.
This changes all timing-related logging to go to the trace log level. These messages are generally only interesting for developers working on Laze and should not be printed for users
This moves around a number of log levels in the Laze commands to better reflect their message intent
Signed-off-by: Kaspar Schleiser <kaspar@schleiser.de>
9ca9f4f to
05ef6c0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit 1b51c4a.