Is there a way to hide "success" log lines in "gatsby build" output? #27820
Unanswered
dko-slapdash
asked this question in
Ideas / Feature Requests
Replies: 1 comment 1 reply
-
Hey. There's not a specific way to hide all output, but it might be a useful addition, so I'll tag this as a feature request. In the meantime, the simplest way is to filter the output: gatsby build | grep -v success |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Gatsby build output is pretty verbose: it prints lots of "success" or "indo" entries, like these:
They pollute CI logs a bit.
Is there a way to show only warnings/errors and minimize the rest of the output? I couldn't find the corresponding option (or an environment variable) in the docs.
Beta Was this translation helpful? Give feedback.
All reactions