Skip to content

Commit

Permalink
Add sqlalchemy logs
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-eclecticiq committed Dec 18, 2023
1 parent fa6d9cb commit 4866ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def dbconn():

@pytest.fixture(autouse=True, scope="session")
def setup_logging():
configure_logging({"": "debug"})
configure_logging({"": "debug", "sqlalchemy.engine": "debug"})


def prepare_test_config(dbconnection):
Expand Down

0 comments on commit 4866ae1

Please sign in to comment.