mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Lowering readability logs.
This commit is contained in:
parent
3afd50a061
commit
428647f70c
2 changed files with 2 additions and 16 deletions
2
Makefile
2
Makefile
|
@ -36,7 +36,7 @@ alllogs:
|
||||||
# brings down containers
|
# brings down containers
|
||||||
down:
|
down:
|
||||||
- docker-compose -f docker-compose.yml down
|
- docker-compose -f docker-compose.yml down
|
||||||
nb-down: down
|
nbdown: down
|
||||||
|
|
||||||
# runs tests
|
# runs tests
|
||||||
test:
|
test:
|
||||||
|
|
|
@ -189,10 +189,6 @@ LOGGING = {
|
||||||
# 'filters': ['require_debug_false'],
|
# 'filters': ['require_debug_false'],
|
||||||
'include_html': True,
|
'include_html': True,
|
||||||
},
|
},
|
||||||
# 'sentry': {
|
|
||||||
# 'level': 'ERROR',
|
|
||||||
# 'class': 'raven.contrib.django.raven_compat.handlers.SentryHandler'
|
|
||||||
# },
|
|
||||||
},
|
},
|
||||||
'loggers': {
|
'loggers': {
|
||||||
'django': {
|
'django': {
|
||||||
|
@ -216,7 +212,7 @@ LOGGING = {
|
||||||
},
|
},
|
||||||
'readability': {
|
'readability': {
|
||||||
'handlers': ['console', 'log_file'],
|
'handlers': ['console', 'log_file'],
|
||||||
'level': 'DEBUG',
|
'level': 'INFO',
|
||||||
'propagate': False,
|
'propagate': False,
|
||||||
},
|
},
|
||||||
'apps': {
|
'apps': {
|
||||||
|
@ -224,16 +220,6 @@ LOGGING = {
|
||||||
'level': 'DEBUG',
|
'level': 'DEBUG',
|
||||||
'propagate': True,
|
'propagate': True,
|
||||||
},
|
},
|
||||||
# 'raven': {
|
|
||||||
# 'level': 'DEBUG',
|
|
||||||
# 'handlers': ['console'],
|
|
||||||
# 'propagate': False,
|
|
||||||
# },
|
|
||||||
# 'sentry.errors': {
|
|
||||||
# 'level': 'DEBUG',
|
|
||||||
# 'handlers': ['console'],
|
|
||||||
# 'propagate': False,
|
|
||||||
# },
|
|
||||||
},
|
},
|
||||||
'filters': {
|
'filters': {
|
||||||
'require_debug_false': {
|
'require_debug_false': {
|
||||||
|
|
Loading…
Add table
Reference in a new issue