Changeset - 5b3568c99cc3
default
0
6
0
sqlalchemy: remove echo setting from .ini files and create_engine
Instead of 'echo' the normal logging configration should be used.
Follow the advice from
https://docs.sqlalchemy.org/en/rel_1_1/core/engines.html#configuring-logging
which says "when using Python logging, ensure all echo flags are set to False
at all times".
Instead of 'echo' the normal logging configration should be used.
Follow the advice from
https://docs.sqlalchemy.org/en/rel_1_1/core/engines.html#configuring-logging
which says "when using Python logging, ensure all echo flags are set to False
at all times".
6 files changed with 4 insertions and 8 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)