summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src/authentication/development.ini
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-12-28 02:31:33 -0800
committerSteve Piercy <web@stevepiercy.com>2020-01-02 23:30:59 -0800
commit585fb508bc08f517ce296b115b3e1d20241f1fab (patch)
treeb691b021fd76ed5a4d82c314bf5bac58f4a524e9 /docs/tutorials/wiki2/src/authentication/development.ini
parent24f21b5ff957c0bef319cb5927ee892ce0f36b60 (diff)
downloadpyramid-585fb508bc08f517ce296b115b3e1d20241f1fab.tar.gz
pyramid-585fb508bc08f517ce296b115b3e1d20241f1fab.tar.bz2
pyramid-585fb508bc08f517ce296b115b3e1d20241f1fab.zip
Update authentication src files
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/development.ini')
-rw-r--r--docs/tutorials/wiki2/src/authentication/development.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/development.ini b/docs/tutorials/wiki2/src/authentication/development.ini
index 8fbb5fd38..7fda4cb7b 100644
--- a/docs/tutorials/wiki2/src/authentication/development.ini
+++ b/docs/tutorials/wiki2/src/authentication/development.ini
@@ -47,7 +47,7 @@ listen = localhost:6543
###
[loggers]
-keys = root, tutorial, sqlalchemy
+keys = root, tutorial, sqlalchemy, alembic
[handlers]
keys = console
@@ -72,6 +72,11 @@ qualname = sqlalchemy.engine
# "level = DEBUG" logs SQL queries and results.
# "level = WARN" logs neither. (Recommended for production systems.)
+[logger_alembic]
+level = INFO
+handlers =
+qualname = alembic
+
[handler_console]
class = StreamHandler
args = (sys.stderr,)