Actions
Bug #27371
openQuiet option still show spinner in rudder package
Status:
Pending release
Priority:
To review
Assignee:
Category:
Plugin manager cli
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
When try to use quiet mode for rudder package -q upgrade --all
it still shows the spinner.
It is really annoying since it can produce hard to read logs see: rudder package -q upgrade --all 2>&1 | cat -teve
Updated by Alexis Mousset 8 days ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset 8 days ago
ยท Edited
https://docs.rs/tracing/latest/tracing/macro.enabled.html#examples (>= info)
https://doc.rust-lang.org/stable/std/io/trait.IsTerminal.html#tymethod.is_terminal
plus wrapping in rudder-cli (behind a feature flag).
Updated by Alexis Mousset 8 days ago
- Status changed from New to Pending technical review
- Assignee changed from Alexis Mousset to Elaad FURREEDAN
- Pull Request set to https://github.com/Normation/rudder/pull/6545
Updated by Alexis Mousset 7 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|5e903023f30878c0ad236249538aa326beecd740.
Actions