diff options
| author | Michael Merickel <michael@merickel.org> | 2020-01-07 01:12:58 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2020-01-07 01:12:58 -0600 |
| commit | 3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea (patch) | |
| tree | 348c99dfcd9c49efcaf9eb7e40658d1b1b3397ba /docs/tutorials/wiki2/src/authentication/testing.ini | |
| parent | 9629dcfa579e5c78a285e26e42dcff2b1b2df8b7 (diff) | |
| download | pyramid-3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea.tar.gz pyramid-3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea.tar.bz2 pyramid-3c06a69e753e3e0cda8d1c9a6a1db9c55f7843ea.zip | |
revamp the test suite and explain the fixtures
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/testing.ini')
| -rw-r--r-- | docs/tutorials/wiki2/src/authentication/testing.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/testing.ini b/docs/tutorials/wiki2/src/authentication/testing.ini index 07ec6550e..d3c601f16 100644 --- a/docs/tutorials/wiki2/src/authentication/testing.ini +++ b/docs/tutorials/wiki2/src/authentication/testing.ini @@ -33,7 +33,7 @@ file_template = %%(year)d%%(month).2d%%(day).2d_%%(rev)s [server:main] use = egg:waitress#main -listen = *:6543 +listen = localhost:6543 ### # logging configuration @@ -50,11 +50,11 @@ keys = console keys = generic [logger_root] -level = WARN +level = INFO handlers = console [logger_tutorial] -level = WARN +level = DEBUG handlers = qualname = tutorial |
