##// END OF EJS Templates
configs: remove deprecated whoosh logger. It's no longer part of CE codebase, now it's...
marcink -
r292:6aa02ab5 default
parent child Browse files
Show More
@@ -524,7 +524,7 b' vcs.connection_timeout = 3600'
524 524 ### LOGGING CONFIGURATION ####
525 525 ################################
526 526 [loggers]
527 keys = root, routes, rhodecode, sqlalchemy, beaker, pyro4, templates, whoosh_indexer
527 keys = root, routes, rhodecode, sqlalchemy, beaker, pyro4, templates
528 528
529 529 [handlers]
530 530 keys = console, console_sql
@@ -576,12 +576,6 b' handlers = console_sql'
576 576 qualname = sqlalchemy.engine
577 577 propagate = 0
578 578
579 [logger_whoosh_indexer]
580 level = DEBUG
581 handlers =
582 qualname = whoosh_indexer
583 propagate = 1
584
585 579 ##############
586 580 ## HANDLERS ##
587 581 ##############
@@ -493,7 +493,7 b' vcs.connection_timeout = 3600'
493 493 ### LOGGING CONFIGURATION ####
494 494 ################################
495 495 [loggers]
496 keys = root, routes, rhodecode, sqlalchemy, beaker, pyro4, templates, whoosh_indexer
496 keys = root, routes, rhodecode, sqlalchemy, beaker, pyro4, templates
497 497
498 498 [handlers]
499 499 keys = console, console_sql
@@ -545,12 +545,6 b' handlers = console_sql'
545 545 qualname = sqlalchemy.engine
546 546 propagate = 0
547 547
548 [logger_whoosh_indexer]
549 level = DEBUG
550 handlers =
551 qualname = whoosh_indexer
552 propagate = 1
553
554 548 ##############
555 549 ## HANDLERS ##
556 550 ##############
@@ -47,7 +47,7 b' the ``debug`` level.'
47 47 ### LOGGING CONFIGURATION ####
48 48 ################################
49 49 [loggers]
50 keys = root, routes, rhodecode, sqlalchemy, beaker, pyro4, templates, whoosh_indexer
50 keys = root, routes, rhodecode, sqlalchemy, beaker, pyro4, templates
51 51
52 52 [handlers]
53 53 keys = console, console_sql, file, file_rotating
@@ -99,12 +99,6 b' the ``debug`` level.'
99 99 qualname = sqlalchemy.engine
100 100 propagate = 0
101 101
102 [logger_whoosh_indexer]
103 level = DEBUG
104 handlers =
105 qualname = whoosh_indexer
106 propagate = 1
107
108 102 ##############
109 103 ## HANDLERS ##
110 104 ##############
@@ -518,7 +518,7 b' vcs.connection_timeout = 3600'
518 518 ### LOGGING CONFIGURATION ####
519 519 ################################
520 520 [loggers]
521 keys = root, routes, rhodecode, sqlalchemy, beaker, pyro4, templates, whoosh_indexer
521 keys = root, routes, rhodecode, sqlalchemy, beaker, pyro4, templates
522 522
523 523 [handlers]
524 524 keys = console, console_sql
@@ -570,12 +570,6 b' handlers = console_sql'
570 570 qualname = sqlalchemy.engine
571 571 propagate = 0
572 572
573 [logger_whoosh_indexer]
574 level = DEBUG
575 handlers =
576 qualname = whoosh_indexer
577 propagate = 1
578
579 573 ##############
580 574 ## HANDLERS ##
581 575 ##############
General Comments 0
You need to be logged in to leave comments. Login now