Skip to content

Commit

Permalink
Add trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Apr 4, 2024
1 parent b7401a8 commit 3a2709d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpdesk/helpdesk/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@
},
"formatters": {
"verbose": {
"format": "[%(asctime)s][%(process)d][%(levelname)s][%(name)s] %(message)s"
}
"format": "[%(asctime)s][%(process)d][%(levelname)s][%(name)s] %(message)s",
},
},
"loggers": {
"django.request": {
Expand Down

0 comments on commit 3a2709d

Please sign in to comment.