From 2051174c70b2d38624d3dfa625760ed89552578f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 10 Jun 2025 11:15:08 -0500 Subject: Change message level. --- scripts/load_phenotypes_to_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/load_phenotypes_to_db.py b/scripts/load_phenotypes_to_db.py index 770bb10..8339ea9 100644 --- a/scripts/load_phenotypes_to_db.py +++ b/scripts/load_phenotypes_to_db.py @@ -491,7 +491,7 @@ if __name__ == "__main__": db_results = load_data(conn, job) - logger.debug("Unlocking all database tables.") + logger.info("Unlocking all database tables.") cursor.execute("UNLOCK TABLES") # Update authorisations (break this down) — maybe loop until it works? -- cgit v1.2.3