diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-30 02:51:26 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-30 02:51:26 -0700 |
| commit | 9a9ea6a2c050c1ad5044df34b49026af016c463a (patch) | |
| tree | ca5d32ea6f0fb44dcedcd4abb5e3427c9d337946 /docs/tutorials/wiki2/src/basiclayout/development.ini | |
| parent | 7633490dd5c70ce93c94c62e08b1a80f8cc2bf6f (diff) | |
| download | pyramid-9a9ea6a2c050c1ad5044df34b49026af016c463a.tar.gz pyramid-9a9ea6a2c050c1ad5044df34b49026af016c463a.tar.bz2 pyramid-9a9ea6a2c050c1ad5044df34b49026af016c463a.zip | |
Update wiki2 with alchemy cookiecutter source files
Diffstat (limited to 'docs/tutorials/wiki2/src/basiclayout/development.ini')
| -rw-r--r-- | docs/tutorials/wiki2/src/basiclayout/development.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/basiclayout/development.ini b/docs/tutorials/wiki2/src/basiclayout/development.ini index ee050c0ea..564aefb56 100644 --- a/docs/tutorials/wiki2/src/basiclayout/development.ini +++ b/docs/tutorials/wiki2/src/basiclayout/development.ini @@ -22,6 +22,9 @@ retry.attempts = 3 # '127.0.0.1' and '::1'. # debugtoolbar.hosts = 127.0.0.1 ::1 +[pshell] +setup = tutorial.pshell.setup + ### # wsgi server configuration ### @@ -60,7 +63,7 @@ handlers = qualname = tutorial [logger_sqlalchemy] -level = INFO +level = WARN handlers = qualname = sqlalchemy.engine # "level = INFO" logs SQL queries. |
