comparison production.ini @ 2940:606ea96a982b beta

simplify errormator config
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 19 Oct 2012 00:03:58 +0200
parents dbe3cfb81446
children 6e76b4892d72
comparison
equal deleted inserted replaced
2939:dbe3cfb81446 2940:606ea96a982b
286 # list of namespaces that should be ignores when gathering log entries 286 # list of namespaces that should be ignores when gathering log entries
287 # can be string with comma separated list of namespaces 287 # can be string with comma separated list of namespaces
288 # (by default the client ignores own entries: errormator_client.client) 288 # (by default the client ignores own entries: errormator_client.client)
289 errormator.log_namespace_blacklist = 289 errormator.log_namespace_blacklist =
290 290
291 #
292 # YOU SHOULD NOT NEED TO TWEAK THIS
293 #
294
295 # leave server_name empty for auto discovery
296 # errormator.server_name =
297
298 # connection timeout when communicating with API
299 # errormator.timeout = 10
300
301 # reraise exceptions when wsgi catches exception
302 # errormator.reraise_exceptions = true
303
304 # enables 500 error logging
305 errormator.report_errors = true
306
307 # how often send data to mothership Errormator (default 5s)
308 errormator.buffer_flush_interval = 5
309
310 # send all data after request is finished - handy for crons or other voliatile applications
311 errormator.force_send = false
312
313 # custom filter callable to override sensitive data filtering
314 # errormator.filter_callable = foo.bar.baz:callable_name
315 291
316 ################ 292 ################
317 ### [sentry] ### 293 ### [sentry] ###
318 ################ 294 ################
319 295