##// END OF EJS Templates
some logging extras for development config files
marcink -
r716:1f8546cc beta
parent child Browse files
Show More
@@ -34,7 +34,7 b' threadpool_max_requests = 6'
34 use_threadpool = false
34 use_threadpool = false
35
35
36 use = egg:Paste#http
36 use = egg:Paste#http
37 host = 127.0.0.1
37 host = 0.0.0.0
38 port = 5000
38 port = 5000
39
39
40 [app:main]
40 [app:main]
@@ -117,7 +117,7 b' sqlalchemy.convert_unicode = true'
117 ### LOGGING CONFIGURATION ####
117 ### LOGGING CONFIGURATION ####
118 ################################
118 ################################
119 [loggers]
119 [loggers]
120 keys = root, routes, rhodecode, sqlalchemy
120 keys = root, routes, rhodecode, sqlalchemy,beaker,templates
121
121
122 [handlers]
122 [handlers]
123 keys = console
123 keys = console
@@ -139,6 +139,18 b' qualname = routes.middleware'
139 # "level = DEBUG" logs the route matched and routing variables.
139 # "level = DEBUG" logs the route matched and routing variables.
140 propagate = 0
140 propagate = 0
141
141
142 [logger_beaker]
143 level = ERROR
144 handlers = console
145 qualname = beaker.container
146 propagate = 0
147
148 [logger_templates]
149 level = INFO
150 handlers = console
151 qualname = pylons.templating
152 propagate = 0
153
142 [logger_rhodecode]
154 [logger_rhodecode]
143 level = DEBUG
155 level = DEBUG
144 handlers = console
156 handlers = console
General Comments 0
You need to be logged in to leave comments. Login now