canonical / craft-cli

https://canonical-craft-cli.readthedocs-hosted.com/en/latest/
GNU Lesser General Public License v3.0
9 stars 15 forks source link

Support "streaming" INFO log messages in BRIEF mode #165

Closed tigarmo closed 1 year ago

tigarmo commented 1 year ago

What needs to get done

Add a new behavior (enable-able at init()) to the emitter where log messages of level INFO or more are "streamed" in a single line between permanent=True messages when in BRIEF mode

Why it needs to get done

The idea is to give the user some sense of what's happening even in BRIEF mode, without overwhelming them with too many messages with "irrelevant" (that is, too low-level) info.

sergiusens commented 1 year ago

Info and higher