diff options
| author | Steve Piercy <web@stevepiercy.com> | 2019-12-28 02:31:33 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2020-01-02 23:30:59 -0800 |
| commit | 585fb508bc08f517ce296b115b3e1d20241f1fab (patch) | |
| tree | b691b021fd76ed5a4d82c314bf5bac58f4a524e9 /docs/tutorials/wiki2/src/authentication/development.ini | |
| parent | 24f21b5ff957c0bef319cb5927ee892ce0f36b60 (diff) | |
| download | pyramid-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.ini | 7 |
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,) |
