Skip to content

Commit

Permalink
Document the log_cache_events config
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Jan 29, 2024
1 parent 1f9b1d4 commit e9a8139
Showing 1 changed file with 8 additions and 0 deletions.
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 enables verbose 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

0 comments on commit e9a8139

Please sign in to comment.