Changeset - 58e390e0cea4
[Not reviewed]
Bradley M. Kuhn - 11 years ago 2014-07-03 01:05:41
bkuhn@sfconservancy.org
Rename some strings in init files and logger names
5 files changed with 15 insertions and 15 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -501,7 +501,7 @@ sqlalchemy.db1.convert_unicode = true
 
### LOGGING CONFIGURATION   ####
 
################################
 
[loggers]
 
keys = root, routes, rhodecode, sqlalchemy, beaker, templates, whoosh_indexer
 
keys = root, routes, kallithea, sqlalchemy, beaker, templates, whoosh_indexer
 

	
 
[handlers]
 
keys = console, console_sql
 
@@ -535,10 +535,10 @@ handlers =
 
qualname = pylons.templating
 
propagate = 1
 

	
 
[logger_rhodecode]
 
[logger_kallithea]
 
level = DEBUG
 
handlers =
 
qualname = rhodecode
 
qualname = kallithea
 
propagate = 1
 

	
 
[logger_sqlalchemy]
kallithea/bin/template.ini.mako
Show inline comments
 
@@ -521,7 +521,7 @@ sqlalchemy.db1.convert_unicode = true
 
################################
 
</%text>
 
[loggers]
 
keys = root, routes, rhodecode, sqlalchemy, beaker, templates, whoosh_indexer
 
keys = root, routes, kallithea, sqlalchemy, beaker, templates, whoosh_indexer
 

	
 
[handlers]
 
keys = console, console_sql
 
@@ -556,10 +556,10 @@ handlers =
 
qualname = pylons.templating
 
propagate = 1
 

	
 
[logger_rhodecode]
 
[logger_kallithea]
 
level = DEBUG
 
handlers =
 
qualname = rhodecode
 
qualname = kallithea
 
propagate = 1
 

	
 
[logger_sqlalchemy]
kallithea/config/deployment.ini_tmpl
Show inline comments
 
@@ -510,7 +510,7 @@ sqlalchemy.db1.convert_unicode = true
 
### LOGGING CONFIGURATION   ####
 
################################
 
[loggers]
 
keys = root, routes, rhodecode, sqlalchemy, beaker, templates, whoosh_indexer
 
keys = root, routes, kallithea, sqlalchemy, beaker, templates, whoosh_indexer
 

	
 
[handlers]
 
keys = console, console_sql
 
@@ -544,10 +544,10 @@ handlers =
 
qualname = pylons.templating
 
propagate = 1
 

	
 
[logger_rhodecode]
 
[logger_kallithea]
 
level = DEBUG
 
handlers =
 
qualname = rhodecode
 
qualname = kallithea
 
propagate = 1
 

	
 
[logger_sqlalchemy]
production.ini
Show inline comments
 
@@ -501,7 +501,7 @@ sqlalchemy.db1.convert_unicode = true
 
### LOGGING CONFIGURATION   ####
 
################################
 
[loggers]
 
keys = root, routes, rhodecode, sqlalchemy, beaker, templates, whoosh_indexer
 
keys = root, routes, kallithea, sqlalchemy, beaker, templates, whoosh_indexer
 

	
 
[handlers]
 
keys = console, console_sql
 
@@ -535,10 +535,10 @@ handlers =
 
qualname = pylons.templating
 
propagate = 1
 

	
 
[logger_rhodecode]
 
[logger_kallithea]
 
level = DEBUG
 
handlers =
 
qualname = rhodecode
 
qualname = kallithea
 
propagate = 1
 

	
 
[logger_sqlalchemy]
test.ini
Show inline comments
 
@@ -399,7 +399,7 @@ sqlalchemy.db1.convert_unicode = true
 
### LOGGING CONFIGURATION   ####
 
################################
 
[loggers]
 
keys = root, routes, rhodecode, sqlalchemy, beaker, templates, whoosh_indexer
 
keys = root, routes, kallithea, sqlalchemy, beaker, templates, whoosh_indexer
 

	
 
[handlers]
 
keys = console, console_sql
 
@@ -433,10 +433,10 @@ handlers =
 
qualname = pylons.templating
 
propagate = 1
 

	
 
[logger_rhodecode]
 
[logger_kallithea]
 
level = DEBUG
 
handlers =
 
qualname = rhodecode
 
qualname = kallithea
 
propagate = 1
 

	
 
[logger_sqlalchemy]
0 comments (0 inline, 0 general)