##// 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 501 ### LOGGING CONFIGURATION ####
502 502 ################################
503 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 506 [handlers]
507 507 keys = console, console_sql
@@ -535,10 +535,10 b' handlers ='
535 535 qualname = pylons.templating
536 536 propagate = 1
537 537
538 [logger_rhodecode]
538 [logger_kallithea]
539 539 level = DEBUG
540 540 handlers =
541 qualname = rhodecode
541 qualname = kallithea
542 542 propagate = 1
543 543
544 544 [logger_sqlalchemy]
@@ -521,7 +521,7 b' sqlalchemy.db1.convert_unicode = true'
521 521 ################################
522 522 </%text>
523 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 526 [handlers]
527 527 keys = console, console_sql
@@ -556,10 +556,10 b' handlers ='
556 556 qualname = pylons.templating
557 557 propagate = 1
558 558
559 [logger_rhodecode]
559 [logger_kallithea]
560 560 level = DEBUG
561 561 handlers =
562 qualname = rhodecode
562 qualname = kallithea
563 563 propagate = 1
564 564
565 565 [logger_sqlalchemy]
@@ -510,7 +510,7 b' sqlalchemy.db1.convert_unicode = true'
510 510 ### LOGGING CONFIGURATION ####
511 511 ################################
512 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 515 [handlers]
516 516 keys = console, console_sql
@@ -544,10 +544,10 b' handlers ='
544 544 qualname = pylons.templating
545 545 propagate = 1
546 546
547 [logger_rhodecode]
547 [logger_kallithea]
548 548 level = DEBUG
549 549 handlers =
550 qualname = rhodecode
550 qualname = kallithea
551 551 propagate = 1
552 552
553 553 [logger_sqlalchemy]
@@ -501,7 +501,7 b' sqlalchemy.db1.convert_unicode = true'
501 501 ### LOGGING CONFIGURATION ####
502 502 ################################
503 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 506 [handlers]
507 507 keys = console, console_sql
@@ -535,10 +535,10 b' handlers ='
535 535 qualname = pylons.templating
536 536 propagate = 1
537 537
538 [logger_rhodecode]
538 [logger_kallithea]
539 539 level = DEBUG
540 540 handlers =
541 qualname = rhodecode
541 qualname = kallithea
542 542 propagate = 1
543 543
544 544 [logger_sqlalchemy]
@@ -399,7 +399,7 b' sqlalchemy.db1.convert_unicode = true'
399 399 ### LOGGING CONFIGURATION ####
400 400 ################################
401 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 404 [handlers]
405 405 keys = console, console_sql
@@ -433,10 +433,10 b' handlers ='
433 433 qualname = pylons.templating
434 434 propagate = 1
435 435
436 [logger_rhodecode]
436 [logger_kallithea]
437 437 level = DEBUG
438 438 handlers =
439 qualname = rhodecode
439 qualname = kallithea
440 440 propagate = 1
441 441
442 442 [logger_sqlalchemy]
General Comments 0
You need to be logged in to leave comments. Login now