Changeset - 606ea96a982b
[Not reviewed]
beta
0 3 0
Marcin Kuzminski - 13 years ago 2012-10-19 00:03:58
marcin@python-works.com
simplify errormator config
3 files changed with 0 insertions and 72 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -279,48 +279,24 @@ errormator.environ_keys_whitelist =
 
# can be string with comma separated list of words in lowercase
 
# (by default client will always blank keys that contain following words 
 
# 'password', 'passwd', 'pwd', 'auth_tkt', 'secret', 'csrf'
 
# this list be extended with additional keywords set here
 
errormator.request_keys_blacklist =
 

	
 

	
 
# list of namespaces that should be ignores when gathering log entries
 
# can be string with comma separated list of namespaces
 
# (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] ###
 
################
 

	
 
# sentry is a alternative open source error aggregator
 
# you must install python packages `sentry` and `raven` to enable 
 

	
 
sentry.dsn = YOUR_DNS
 
sentry.servers =
 
sentry.name =
 
sentry.key =
production.ini
Show inline comments
 
@@ -279,48 +279,24 @@ errormator.environ_keys_whitelist =
 
# can be string with comma separated list of words in lowercase
 
# (by default client will always blank keys that contain following words 
 
# 'password', 'passwd', 'pwd', 'auth_tkt', 'secret', 'csrf'
 
# this list be extended with additional keywords set here
 
errormator.request_keys_blacklist =
 

	
 

	
 
# list of namespaces that should be ignores when gathering log entries
 
# can be string with comma separated list of namespaces
 
# (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] ###
 
################
 

	
 
# sentry is a alternative open source error aggregator
 
# you must install python packages `sentry` and `raven` to enable 
 

	
 
sentry.dsn = YOUR_DNS
 
sentry.servers =
 
sentry.name =
 
sentry.key =
rhodecode/config/deployment.ini_tmpl
Show inline comments
 
@@ -279,48 +279,24 @@ errormator.environ_keys_whitelist =
 
# can be string with comma separated list of words in lowercase
 
# (by default client will always blank keys that contain following words 
 
# 'password', 'passwd', 'pwd', 'auth_tkt', 'secret', 'csrf'
 
# this list be extended with additional keywords set here
 
errormator.request_keys_blacklist =
 

	
 

	
 
# list of namespaces that should be ignores when gathering log entries
 
# can be string with comma separated list of namespaces
 
# (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] ###
 
################
 

	
 
# sentry is a alternative open source error aggregator
 
# you must install python packages `sentry` and `raven` to enable 
 

	
 
sentry.dsn = YOUR_DNS
 
sentry.servers =
 
sentry.name =
 
sentry.key =
0 comments (0 inline, 0 general)