Skip to content

Commit

Permalink
remove duplicates line in SQL_DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
a-belhadj committed Sep 19, 2023
1 parent d1ec732 commit e5cb60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Squest/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def backup_filename(databasename, servername, datetime, extension, content_type)
# -----------------------------------------
if SQL_DEBUG:
LOGGING["loggers"]["django.db.backends"] = {
"level": "DEBUG", "handlers": ["console"]
"level": "DEBUG"
}

print('[Settings] loaded')

0 comments on commit e5cb60c

Please sign in to comment.