Changeset - 1f8546ccccdd
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2010-11-18 16:23:17
marcin@python-works.com
some logging extras for development config files
1 file changed with 14 insertions and 2 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -34,7 +34,7 @@ threadpool_max_requests = 6
 
use_threadpool = false
 

	
 
use = egg:Paste#http
 
host = 127.0.0.1
 
host = 0.0.0.0
 
port = 5000
 

	
 
[app:main]
 
@@ -117,7 +117,7 @@ sqlalchemy.convert_unicode = true
 
### LOGGING CONFIGURATION   ####
 
################################
 
[loggers]
 
keys = root, routes, rhodecode, sqlalchemy
 
keys = root, routes, rhodecode, sqlalchemy,beaker,templates
 

	
 
[handlers]
 
keys = console
 
@@ -139,6 +139,18 @@ qualname = routes.middleware
 
# "level = DEBUG" logs the route matched and routing variables.
 
propagate = 0
 

	
 
[logger_beaker]
 
level = ERROR
 
handlers = console
 
qualname = beaker.container
 
propagate = 0
 

	
 
[logger_templates]
 
level = INFO
 
handlers = console
 
qualname = pylons.templating
 
propagate = 0
 

	
 
[logger_rhodecode]
 
level = DEBUG
 
handlers = console
0 comments (0 inline, 0 general)