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

Document the log_cache_events config #4821

Merged
merged 7 commits into from
Jan 30, 2024
8 changes: 8 additions & 0 deletions website/docs/reference/global-configs/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ dbt --quiet run

```

### Logging relational cache events

The `LOG_CACHE_EVENTS` config allows detailed logging for [relational cache](reference/global-configs/cache) events, which are disabled by default.

```text
dbt --log-cache-events compile
```

<VersionBlock firstVersion="1.5">

### Color
Expand Down
Loading