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

Update global configs for v 1.1 #1319

Merged
merged 14 commits into from
Apr 14, 2022
Prev Previous commit
Next Next commit
add version
  • Loading branch information
runleonarun committed Apr 12, 2022
commit 6e8232440b1cf6adfc5d8f52ef332b2b84ab0436
2 changes: 2 additions & 0 deletions website/docs/reference/global-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ config:

As of v1.0, the `-S` or `--strict` flag has been deprecated.

<VersionBlock firstVersion="1.1">
### Suppress non-error logs in output

By default, dbt shows all logs in standard out (stdout). You can use the `QUIET` config to show only error logs in stdout. For example, you might narrow down your logs to error logs only because it might help you more easily find and debug a jinja error.
runleonarun marked this conversation as resolved.
Show resolved Hide resolved
Expand All @@ -287,6 +288,7 @@ $ dbt --quiet run
...

```
</VersionBlock>

### Use colors

Expand Down