Skip to content

Commit

Permalink
comment log of SQL request
Browse files Browse the repository at this point in the history
  • Loading branch information
kolok committed Dec 17, 2024
1 parent 278365f commit 658762c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@ def get_env_variable(name, cast=str, default=""):
"handlers": ["console"],
"level": LOGLEVEL,
},
"django.db.backends": {
"handlers": ["console"],
"level": "DEBUG",
},
# Utile pour afficher les requête SQL dans la console
# "django.db.backends": {
# "handlers": ["console"],
# "level": "DEBUG",
# },
},
"formatters": {
"default": {
Expand Down

0 comments on commit 658762c

Please sign in to comment.