Switch to unified view

a/Allura/development.ini b/Allura/development.ini
...
...
210
# Add additional loggers, handlers, formatters here
210
# Add additional loggers, handlers, formatters here
211
# Uses python's logging config file format
211
# Uses python's logging config file format
212
# http://docs.python.org/lib/logging-config-fileformat.html
212
# http://docs.python.org/lib/logging-config-fileformat.html
213
213
214
[loggers]
214
[loggers]
215
keys = root, allura, sqlalchemy, paste, amqp
215
keys = root, allura, sqlalchemy, paste, amqp, pylons
216
216
217
[handlers]
217
[handlers]
218
keys = console, stats
218
keys = console, stats
219
219
220
[formatters]
220
[formatters]
221
keys = generic, stats
221
keys = generic, stats
222
222
223
# If you create additional loggers, add them as a key to [loggers]
223
# If you create additional loggers, add them as a key to [loggers]
224
[logger_root]
224
[logger_root]
225
level = DEBUG
225
level = INFO
226
handlers = console, stats
226
handlers = console, stats
227
227
228
[logger_allura]
228
[logger_allura]
229
level = DEBUG
229
level = DEBUG
230
handlers =
230
handlers =
...
...
244
handlers = 
244
handlers = 
245
245
246
[logger_amqp]
246
[logger_amqp]
247
level = INFO
247
level = INFO
248
qualname = amqplib
248
qualname = amqplib
249
handlers = 
250
251
[logger_pylons]
252
level = INFO
253
qualname = pylons
249
handlers = 
254
handlers = 
250
255
251
# If you create additional handlers, add them as a key to [handlers]
256
# If you create additional handlers, add them as a key to [handlers]
252
[handler_console]
257
[handler_console]
253
class = StreamHandler
258
class = StreamHandler