aboutsummaryrefslogtreecommitdiff
path: root/production.ini
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-10-19 00:03:58 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-10-19 00:03:58 +0200
commit688868314b271dcf6a517b6d8b29eaec22438028 (patch)
tree807b11209890034b6ded3870cc8c5ffbd14ad238 /production.ini
parent34fb6888119a30fa182507717a82a0e4e9c5f9dd (diff)
simplify errormator config
--HG-- branch : beta
Diffstat (limited to 'production.ini')
-rw-r--r--production.ini24
1 files changed, 0 insertions, 24 deletions
diff --git a/production.ini b/production.ini
index c1faa1e7..799b7a2d 100644
--- a/production.ini
+++ b/production.ini
@@ -288,30 +288,6 @@ errormator.request_keys_blacklist =
# (by default the client ignores own entries: errormator_client.client)
errormator.log_namespace_blacklist =
-#
-# YOU SHOULD NOT NEED TO TWEAK THIS
-#
-
-# leave server_name empty for auto discovery
-# errormator.server_name =
-
-# connection timeout when communicating with API
-# errormator.timeout = 10
-
-# reraise exceptions when wsgi catches exception
-# errormator.reraise_exceptions = true
-
-# enables 500 error logging
-errormator.report_errors = true
-
-# how often send data to mothership Errormator (default 5s)
-errormator.buffer_flush_interval = 5
-
-# send all data after request is finished - handy for crons or other voliatile applications
-errormator.force_send = false
-
-# custom filter callable to override sensitive data filtering
-# errormator.filter_callable = foo.bar.baz:callable_name
################
### [sentry] ###