diff options
| author | Michael Merickel <michael@merickel.org> | 2022-12-30 11:08:44 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-30 11:08:44 -0600 |
| commit | 93a69202dc225dc5ae659824751f59c2d33f6373 (patch) | |
| tree | f7c7b75cedfbfa3bb17257abd55d2eeaae8facec /docs/quick_tutorial/databases/development.ini | |
| parent | 7ecd8d6f75d9d21f3f7b10e4c84958cf3aa8fb17 (diff) | |
| parent | 4703e60eb7ddb870bf2cc69eaafd8e12fa966636 (diff) | |
| download | pyramid-93a69202dc225dc5ae659824751f59c2d33f6373.tar.gz pyramid-93a69202dc225dc5ae659824751f59c2d33f6373.tar.bz2 pyramid-93a69202dc225dc5ae659824751f59c2d33f6373.zip | |
Merge branch 'master' into py311
Diffstat (limited to 'docs/quick_tutorial/databases/development.ini')
| -rw-r--r-- | docs/quick_tutorial/databases/development.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/quick_tutorial/databases/development.ini b/docs/quick_tutorial/databases/development.ini index 270cf7b63..1c02a8ed2 100644 --- a/docs/quick_tutorial/databases/development.ini +++ b/docs/quick_tutorial/databases/development.ini @@ -14,7 +14,7 @@ listen = localhost:6543 # Begin logging configuration [loggers] -keys = root, tutorial, sqlalchemy.engine.base.Engine +keys = root, tutorial, sqlalchemy.engine.Engine [logger_tutorial] level = DEBUG @@ -31,10 +31,10 @@ keys = generic level = INFO handlers = console -[logger_sqlalchemy.engine.base.Engine] +[logger_sqlalchemy.engine.Engine] level = INFO handlers = -qualname = sqlalchemy.engine.base.Engine +qualname = sqlalchemy.engine.Engine [handler_console] class = StreamHandler |
