mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Adding zebra logger.
This commit is contained in:
parent
b03c67056b
commit
4e67deaa5c
1 changed files with 6 additions and 0 deletions
|
@ -215,6 +215,12 @@ LOGGING = {
|
|||
# 'level': 'DEBUG',
|
||||
'propagate': False,
|
||||
},
|
||||
'zebra': {
|
||||
'handlers': ['console', 'log_file'],
|
||||
# 'level': 'ERROR',
|
||||
'level': 'DEBUG',
|
||||
'propagate': False,
|
||||
},
|
||||
'newsblur': {
|
||||
'handlers': ['console', 'log_file'],
|
||||
'level': 'DEBUG',
|
||||
|
|
Loading…
Add table
Reference in a new issue