question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEATURE] less verbose cli output

See original GitHub issue

(Version 1.1.9)

Problem

compodoc’s cli output is quite verbose. There is the --silent option, but this way also error messages and build success messages are hidden. There should be a way to not spam your screen or CI logs and although see error and success messages.

Suggestions

Make cli output less verbose by default. Only display warnings, errors and final success or fail messages. Nobody needs to be informed about hundreds of successful operations.

Offer options to show more output for debugging (e.g. --verbose, --debug or --loglevel=info).

Offer CI friendly output (e.g. --ci = no big splash screen logo or unnecessary whitespace with loglevel error).

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:17 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jepstein-eaglecommented, Jul 18, 2022

Hey, thanks for checking into this @simbo after a few days, haha! I also tried, and I do not think this functionality has been merged yet…

1reaction
vogloblinskycommented, Apr 30, 2019

@jepstein-eagle @simbo Well receive, will add output levels in version 1.1.10

Read more comments on GitHub >

github_iconTop Results From Across the Web

Less verbose CLI Output · Issue #76 · Juniper/jsnapy - GitHub
Team We need to have the option to reduce the verbosity of the CLI output. If the test pass, I don't think there...
Read more >
The CLI's Essential 'Verbose' Option | Dojo Five
This allows you to change log levels within the program, outputting as little or as much as you desire.
Read more >
Can Maven be made less verbose? - Stack Overflow
I want to get rid of all [INFO] lines, but I couldn't find any mention of an argument or config settings that controls...
Read more >
Verbose output - HTTPie 3.2.1 (latest) docs
Default options from the config file, or specified any other way, can be unset for a particular invocation via --no-OPTION arguments passed via...
Read more >
Controlling mysql's Verbosity Level - MySQL Cookbook [Book]
Controlling mysql's Verbosity Level Problem You want mysql to produce more output. Or less. Solution Use the -v or -s options for more...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found