diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-13 01:00:39 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-13 01:00:39 -0400 |
| commit | 391402e63c1257ede0069f220ed5a1cca1b94a9b (patch) | |
| tree | 014d867eff43e5f18b1723ce7d846c87c1c2e202 /docs/narr/MyProject | |
| parent | dd25a5afd44d3fdc89782d232dfe818245e496cd (diff) | |
| download | pyramid-391402e63c1257ede0069f220ed5a1cca1b94a9b.tar.gz pyramid-391402e63c1257ede0069f220ed5a1cca1b94a9b.tar.bz2 pyramid-391402e63c1257ede0069f220ed5a1cca1b94a9b.zip | |
- Projects created via a scaffold no longer depend on the ``WebError``
package at all; configuration in the ``production.ini`` file which used to
require its ``error_catcher`` middleware has been removed. Configuring
error catching / email sending is now the domain of the ``pyramid_exclog``
package (see https://docs.pylonsproject.org/projects/pyramid_exclog/dev/).
Diffstat (limited to 'docs/narr/MyProject')
| -rw-r--r-- | docs/narr/MyProject/production.ini | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/narr/MyProject/production.ini b/docs/narr/MyProject/production.ini index 7a5674d23..0a2154b15 100644 --- a/docs/narr/MyProject/production.ini +++ b/docs/narr/MyProject/production.ini @@ -8,23 +8,8 @@ pyramid.debug_routematch = false pyramid.debug_templates = false pyramid.default_locale_name = en -[filter:weberror] -use = egg:WebError#error_catcher -debug = false -;error_log = -;show_exceptions_in_wsgi_errors = true -;smtp_server = localhost -;error_email = janitor@example.com -;smtp_username = janitor -;smtp_password = "janitor's password" -;from_address = paste@localhost -;error_subject_prefix = "Pyramid Error" -;smtp_use_tls = -;error_message = - [pipeline:main] pipeline = - weberror MyProject [server:main] |
