Skip to content

Commit

Permalink
Update link to debug-level logging (#4746)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?
Found an out of date link
  • Loading branch information
mirnawong1 authored Jan 15, 2024
2 parents 8a16c31 + 52a1551 commit 5f39650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/commands/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ id: "debug"

`dbt debug` is a utility function to test the database connection and display information for debugging purposes, such as the validity of your project file and your installation of any requisite dependencies (like `git` when you run `dbt deps`).

*Note: Not to be confused with [debug-level logging](/reference/global-configs/about-global-configs#debug-level-logging) via the `--debug` option which increases verbosity.
*Note: Not to be confused with [debug-level logging](/reference/global-configs/logs#debug-level-logging) via the `--debug` option which increases verbosity.

### Example usage

Expand Down

0 comments on commit 5f39650

Please sign in to comment.