##// END OF EJS Templates
simplify errormator config
marcink -
r2940:606ea96a beta
parent child Browse files
Show More
@@ -288,30 +288,6 b' errormator.request_keys_blacklist ='
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] ###
@@ -288,30 +288,6 b' errormator.request_keys_blacklist ='
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] ###
@@ -288,30 +288,6 b' errormator.request_keys_blacklist ='
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] ###
General Comments 0
You need to be logged in to leave comments. Login now