Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quiet output format #249

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

simonexmachina
Copy link
Contributor

This PR adds a new output format --output quiet which removes "details" from CLI output when the error level < WARN. Refs issue #141 and supersedes PR #143.

@@ -51,7 +52,7 @@ var OM_FROM_NAME = {
'inspect': OM_INSPECT,
'simple': OM_SIMPLE,
'short': OM_SHORT,
'bunyan': OM_BUNYAN
'quiet': OM_QUIET
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidental removal of 'bunyan' there?

@trentm
Copy link
Owner

trentm commented May 13, 2015

otherwise LGTM. Smaller patch than I expected, so that's nice. :)

@simonexmachina
Copy link
Contributor Author

Thanks for picking that up. Yep, it came out pretty clean :)

@simonexmachina
Copy link
Contributor Author

Looks like people are still in need of this. If I rebase this PR can we get this merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants