Chris McDonough
2011-01-23 a87a68d83f713ed3cd81011b486178179e3b413e
refs
author Chris McDonough <chrism@plope.com>
Sunday, January 23, 2011 05:02 +0100
committer Chris McDonough <chrism@plope.com>
Sunday, January 23, 2011 05:02 +0100
commita87a68d83f713ed3cd81011b486178179e3b413e
tree 5955792d5c27e0f3a7de313791099353e286a900 tree | zip | gz
parent 2228ef587a355cafe9524e9f18f748aa331e5d6c view | diff
- The ``production.ini`` generated by all paster templates now have an
effective logging level of WARN, which prevents e.g. SQLAlchemy statement
logging and other inappropriate output.

- The ``production.ini`` of the ``pyramid_routesalchemy`` and
``pyramid_alchemy`` paster templates did not have a ``sqlalchemy`` logger
section, preventing ``paster serve production.ini`` from working.

- The ``pyramid_routesalchemy`` and ``pyramid_alchemy`` paster templates used
the ``{{package}}`` variable in a place where it should have used the
``{{project}}`` variable, causing applications created with uppercase
letters e.g. ``paster create -t pyramid_routesalchemy Dibbus`` to fail to
start when ``paster serve development.ini`` was used against the result.
See https://github.com/Pylons/pyramid/issues/#issue/107

Closes #107
15 files modified
125 ■■■■ changed files
CHANGES.txt 21 ●●●●● diff | view | raw | blame | history
docs/tutorials/wiki/src/authorization/production.ini 4 ●●●● diff | view | raw | blame | history
docs/tutorials/wiki/src/basiclayout/production.ini 4 ●●●● diff | view | raw | blame | history
docs/tutorials/wiki/src/models/production.ini 4 ●●●● diff | view | raw | blame | history
docs/tutorials/wiki/src/views/production.ini 4 ●●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/authorization/production.ini 12 ●●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/basiclayout/production.ini 12 ●●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/models/production.ini 12 ●●●● diff | view | raw | blame | history
docs/tutorials/wiki2/src/views/production.ini 12 ●●●● diff | view | raw | blame | history
pyramid/paster_templates/alchemy/development.ini_tmpl 6 ●●●● diff | view | raw | blame | history
pyramid/paster_templates/alchemy/production.ini_tmpl 12 ●●●● diff | view | raw | blame | history
pyramid/paster_templates/routesalchemy/development.ini_tmpl 2 ●●● diff | view | raw | blame | history
pyramid/paster_templates/routesalchemy/production.ini_tmpl 12 ●●●● diff | view | raw | blame | history
pyramid/paster_templates/starter/production.ini_tmpl 4 ●●●● diff | view | raw | blame | history
pyramid/paster_templates/zodb/production.ini_tmpl 4 ●●●● diff | view | raw | blame | history