Skip to content

Commit

Permalink
Merge pull request #812 from xzzy/master
Browse files Browse the repository at this point in the history
Removed Rebug
  • Loading branch information
xzzy committed Aug 14, 2020
2 parents 85c1a93 + b5e111e commit e6f6ffa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ledger/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,14 +304,11 @@
}
}
PAYMENT_LOGGING=env('PAYMENT_LOGGING','False')
print ("LOGGING")
print (PAYMENT_LOGGING)
if PAYMENT_LOGGING == 'True' or PAYMENT_LOGGING is True:
LOGGING['loggers']['ledger_bpoint'] = { 'handlers': ['file'],'level': 'INFO', }
LOGGING['loggers']['oscar.checkout'] = { 'handlers': ['file'],'level': 'INFO', }


print (LOGGING)
# django-dynamic-fields test generation settings
DDF_FILL_NULLABLE_FIELDS = False

Expand Down

0 comments on commit e6f6ffa

Please sign in to comment.