From fe23351e82d9c37ab4f5dc3b564d67e0b405683c Mon Sep 17 00:00:00 2001 From: Madison Swain-Bowden Date: Wed, 25 Dec 2024 08:25:22 -0800 Subject: [PATCH] Linting --- documentation/api/guides/debugging.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/api/guides/debugging.md b/documentation/api/guides/debugging.md index c1bc969ffa1..60a32386877 100644 --- a/documentation/api/guides/debugging.md +++ b/documentation/api/guides/debugging.md @@ -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 -``` \ No newline at end of file +```