forked from CGM_Public/pretix_original
Voucher bulk creation: More efficient implementation and async task
This commit is contained in:
@@ -653,7 +653,7 @@ LOGGING = {
|
||||
'django.db.backends': {
|
||||
'handlers': ['file', 'console'],
|
||||
'level': 'INFO', # Do not output all the queries
|
||||
'propagate': True,
|
||||
'propagate': False,
|
||||
},
|
||||
'asyncio': {
|
||||
'handlers': ['file', 'console'],
|
||||
|
||||
Reference in New Issue
Block a user