configs: remove deprecated whoosh logger. It's no longer part of CE codebase, now it's

in RhodeCode Tools.
This commit is contained in:
Marcin Kuzminski 2016-06-28 16:47:50 +02:00
parent 0641c0e2d0
commit c37c75f1a8
4 changed files with 4 additions and 28 deletions

View file

@ -518,7 +518,7 @@ vcs.connection_timeout = 3600
### LOGGING CONFIGURATION ####
################################
[loggers]
keys = root, routes, rhodecode, sqlalchemy, beaker, pyro4, templates, whoosh_indexer
keys = root, routes, rhodecode, sqlalchemy, beaker, pyro4, templates
[handlers]
keys = console, console_sql
@ -570,12 +570,6 @@ handlers = console_sql
qualname = sqlalchemy.engine
propagate = 0
[logger_whoosh_indexer]
level = DEBUG
handlers =
qualname = whoosh_indexer
propagate = 1
##############
## HANDLERS ##
##############