mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +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',
|
# 'level': 'DEBUG',
|
||||||
'propagate': False,
|
'propagate': False,
|
||||||
},
|
},
|
||||||
|
'zebra': {
|
||||||
|
'handlers': ['console', 'log_file'],
|
||||||
|
# 'level': 'ERROR',
|
||||||
|
'level': 'DEBUG',
|
||||||
|
'propagate': False,
|
||||||
|
},
|
||||||
'newsblur': {
|
'newsblur': {
|
||||||
'handlers': ['console', 'log_file'],
|
'handlers': ['console', 'log_file'],
|
||||||
'level': 'DEBUG',
|
'level': 'DEBUG',
|
||||||
|
|
Loading…
Add table
Reference in a new issue