Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound committed Dec 25, 2024
1 parent 3a03d68 commit fe23351
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions documentation/api/guides/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ This is the guide to debugging the API using VS Code. This uses Microsoft's

## Debugging Database Queries

To log all database queries, add the following `env` variables to your configuration
To log all database queries, add the following `env` variables to your
configuration

```
DJANGO_LOG_LEVEL=DEBUG
DJANGO_DATABASE_LOGGING=True
```
```

0 comments on commit fe23351

Please sign in to comment.