Show More
@@ -34,7 +34,7 b' threadpool_max_requests = 6' | |||
|
34 | 34 | use_threadpool = false |
|
35 | 35 | |
|
36 | 36 | use = egg:Paste#http |
|
37 |
host = |
|
|
37 | host = 0.0.0.0 | |
|
38 | 38 | port = 5000 |
|
39 | 39 | |
|
40 | 40 | [app:main] |
@@ -117,7 +117,7 b' sqlalchemy.convert_unicode = true' | |||
|
117 | 117 | ### LOGGING CONFIGURATION #### |
|
118 | 118 | ################################ |
|
119 | 119 | [loggers] |
|
120 | keys = root, routes, rhodecode, sqlalchemy | |
|
120 | keys = root, routes, rhodecode, sqlalchemy,beaker,templates | |
|
121 | 121 | |
|
122 | 122 | [handlers] |
|
123 | 123 | keys = console |
@@ -139,6 +139,18 b' qualname = routes.middleware' | |||
|
139 | 139 | # "level = DEBUG" logs the route matched and routing variables. |
|
140 | 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 | 154 | [logger_rhodecode] |
|
143 | 155 | level = DEBUG |
|
144 | 156 | handlers = console |
General Comments 0
You need to be logged in to leave comments.
Login now