Closed ckaipf closed 1 year ago
Nice catch! I can replicate the issue.
Would you like to submit a pull request with the changes? There are 3 places in development.ini
where sqlalchemy.engine.base.Engine
occurs, plus the documentation itself with an updated logging output.
Sure, it is my first, I hope I did everything right. Thanks for the great tutorial!
When I worked through the
Quick Tutorial Chapter 19: Databases Using SQLAlchemy
, I did not get the documented log information in the console when running$VENV/bin/initialize_tutorial_db development.ini
.Changing the logger from
sqlalchemy.engine.base.Engine
tosqlalchemy.engine.Engine
indevelopment.ini
solved it for me.