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

@ -47,7 +47,7 @@ the ``debug`` level.
### 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, file, file_rotating
@ -99,12 +99,6 @@ the ``debug`` level.
qualname = sqlalchemy.engine
propagate = 0
[logger_whoosh_indexer]
level = DEBUG
handlers =
qualname = whoosh_indexer
propagate = 1
##############
## HANDLERS ##
##############