changeset 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 d0c2299d08d4
files development.ini production.ini rhodecode/config/deployment.ini_tmpl
diffstat 3 files changed, 0 insertions(+), 72 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Thu Oct 18 23:54:46 2012 +0200
+++ b/development.ini	Fri Oct 19 00:03:58 2012 +0200
@@ -288,30 +288,6 @@
 # (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] ###
--- a/production.ini	Thu Oct 18 23:54:46 2012 +0200
+++ b/production.ini	Fri Oct 19 00:03:58 2012 +0200
@@ -288,30 +288,6 @@
 # (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] ###
--- a/rhodecode/config/deployment.ini_tmpl	Thu Oct 18 23:54:46 2012 +0200
+++ b/rhodecode/config/deployment.ini_tmpl	Fri Oct 19 00:03:58 2012 +0200
@@ -288,30 +288,6 @@
 # (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] ###