mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 17:28:12 +02:00
Minor tweaks (logs, exceptions)
This commit is contained in:
parent
741ab533b1
commit
3650c3699b
2 changed files with 9 additions and 1 deletions
|
@ -72,6 +72,10 @@ LOGGING = {
|
|||
'handlers':['console'],
|
||||
'propagate': True,
|
||||
'level':'DEBUG',
|
||||
}
|
||||
},
|
||||
'': {
|
||||
'level': 'DEBUG',
|
||||
'handlers': ['console'],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue