Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Moore committed Aug 13, 2020
1 parent eb4f627 commit ffcbe2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ledger/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@
}
PAYMENT_LOGGING=env('PAYMENT_LOGGING','False')
if PAYMENT_LOGGING == 'True':
LOGGING = {'loggers': 'ledger_bpoint': { 'handlers': ['file'],'level': 'INFO', } }
LOGGING = {'loggers': 'oscar.checkout': { 'handlers': ['file'],'level': 'INFO', } }
LOGGING = {'loggers': {'ledger_bpoint': { 'handlers': ['file'],'level': 'INFO', } }}
LOGGING = {'loggers': {'oscar.checkout': { 'handlers': ['file'],'level': 'INFO', } }}
# django-dynamic-fields test generation settings
DDF_FILL_NULLABLE_FIELDS = False

Expand Down

0 comments on commit ffcbe2e

Please sign in to comment.