##// END OF EJS Templates
Rename some strings in init files and logger names
Bradley M. Kuhn -
r4207:58e390e0 kallithea-2.2.5-r...
parent child Browse files
Show More
@@ -501,7 +501,7 b' sqlalchemy.db1.convert_unicode = true'
501 ### LOGGING CONFIGURATION ####
501 ### LOGGING CONFIGURATION ####
502 ################################
502 ################################
503 [loggers]
503 [loggers]
504 keys = root, routes, rhodecode, sqlalchemy, beaker, templates, whoosh_indexer
504 keys = root, routes, kallithea, sqlalchemy, beaker, templates, whoosh_indexer
505
505
506 [handlers]
506 [handlers]
507 keys = console, console_sql
507 keys = console, console_sql
@@ -535,10 +535,10 b' handlers ='
535 qualname = pylons.templating
535 qualname = pylons.templating
536 propagate = 1
536 propagate = 1
537
537
538 [logger_rhodecode]
538 [logger_kallithea]
539 level = DEBUG
539 level = DEBUG
540 handlers =
540 handlers =
541 qualname = rhodecode
541 qualname = kallithea
542 propagate = 1
542 propagate = 1
543
543
544 [logger_sqlalchemy]
544 [logger_sqlalchemy]
@@ -521,7 +521,7 b' sqlalchemy.db1.convert_unicode = true'
521 ################################
521 ################################
522 </%text>
522 </%text>
523 [loggers]
523 [loggers]
524 keys = root, routes, rhodecode, sqlalchemy, beaker, templates, whoosh_indexer
524 keys = root, routes, kallithea, sqlalchemy, beaker, templates, whoosh_indexer
525
525
526 [handlers]
526 [handlers]
527 keys = console, console_sql
527 keys = console, console_sql
@@ -556,10 +556,10 b' handlers ='
556 qualname = pylons.templating
556 qualname = pylons.templating
557 propagate = 1
557 propagate = 1
558
558
559 [logger_rhodecode]
559 [logger_kallithea]
560 level = DEBUG
560 level = DEBUG
561 handlers =
561 handlers =
562 qualname = rhodecode
562 qualname = kallithea
563 propagate = 1
563 propagate = 1
564
564
565 [logger_sqlalchemy]
565 [logger_sqlalchemy]
@@ -510,7 +510,7 b' sqlalchemy.db1.convert_unicode = true'
510 ### LOGGING CONFIGURATION ####
510 ### LOGGING CONFIGURATION ####
511 ################################
511 ################################
512 [loggers]
512 [loggers]
513 keys = root, routes, rhodecode, sqlalchemy, beaker, templates, whoosh_indexer
513 keys = root, routes, kallithea, sqlalchemy, beaker, templates, whoosh_indexer
514
514
515 [handlers]
515 [handlers]
516 keys = console, console_sql
516 keys = console, console_sql
@@ -544,10 +544,10 b' handlers ='
544 qualname = pylons.templating
544 qualname = pylons.templating
545 propagate = 1
545 propagate = 1
546
546
547 [logger_rhodecode]
547 [logger_kallithea]
548 level = DEBUG
548 level = DEBUG
549 handlers =
549 handlers =
550 qualname = rhodecode
550 qualname = kallithea
551 propagate = 1
551 propagate = 1
552
552
553 [logger_sqlalchemy]
553 [logger_sqlalchemy]
@@ -501,7 +501,7 b' sqlalchemy.db1.convert_unicode = true'
501 ### LOGGING CONFIGURATION ####
501 ### LOGGING CONFIGURATION ####
502 ################################
502 ################################
503 [loggers]
503 [loggers]
504 keys = root, routes, rhodecode, sqlalchemy, beaker, templates, whoosh_indexer
504 keys = root, routes, kallithea, sqlalchemy, beaker, templates, whoosh_indexer
505
505
506 [handlers]
506 [handlers]
507 keys = console, console_sql
507 keys = console, console_sql
@@ -535,10 +535,10 b' handlers ='
535 qualname = pylons.templating
535 qualname = pylons.templating
536 propagate = 1
536 propagate = 1
537
537
538 [logger_rhodecode]
538 [logger_kallithea]
539 level = DEBUG
539 level = DEBUG
540 handlers =
540 handlers =
541 qualname = rhodecode
541 qualname = kallithea
542 propagate = 1
542 propagate = 1
543
543
544 [logger_sqlalchemy]
544 [logger_sqlalchemy]
@@ -399,7 +399,7 b' sqlalchemy.db1.convert_unicode = true'
399 ### LOGGING CONFIGURATION ####
399 ### LOGGING CONFIGURATION ####
400 ################################
400 ################################
401 [loggers]
401 [loggers]
402 keys = root, routes, rhodecode, sqlalchemy, beaker, templates, whoosh_indexer
402 keys = root, routes, kallithea, sqlalchemy, beaker, templates, whoosh_indexer
403
403
404 [handlers]
404 [handlers]
405 keys = console, console_sql
405 keys = console, console_sql
@@ -433,10 +433,10 b' handlers ='
433 qualname = pylons.templating
433 qualname = pylons.templating
434 propagate = 1
434 propagate = 1
435
435
436 [logger_rhodecode]
436 [logger_kallithea]
437 level = DEBUG
437 level = DEBUG
438 handlers =
438 handlers =
439 qualname = rhodecode
439 qualname = kallithea
440 propagate = 1
440 propagate = 1
441
441
442 [logger_sqlalchemy]
442 [logger_sqlalchemy]
General Comments 0
You need to be logged in to leave comments. Login now