Skip to content

Commit

Permalink
Update ESSArch logging format "verbose"
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikek committed Nov 23, 2023
1 parent 16817e6 commit 80518fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ESSArch_Core/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,10 @@
'disable_existing_loggers': False,
'formatters': {
'verbose': {
'format': '%(asctime)s %(levelname)s %(message)s'
'format': '[%(asctime)s %(levelname)s] %(message)s'
},
'verbose_process': {
'format': '%(asctime)s %(levelname)s %(module)s %(process)d %(thread)d %(message)s'
'format': '[%(asctime)s %(levelname)s %(module)s %(process)d %(thread)d] %(message)s'
},
'django.server': {
'()': 'django.utils.log.ServerFormatter',
Expand Down

0 comments on commit 80518fe

Please sign in to comment.