configs: remove deprecated whoosh logger. It's no longer part of CE codebase, now it's
in RhodeCode Tools.
This commit is contained in:
parent
0641c0e2d0
commit
c37c75f1a8
4 changed files with 4 additions and 28 deletions
8
test.ini
8
test.ini
|
|
@ -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 ##
|
||||
##############
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue