aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-06-10 11:15:08 -0500
committerFrederick Muriuki Muriithi2025-06-10 11:15:08 -0500
commit2051174c70b2d38624d3dfa625760ed89552578f (patch)
treec8f4c2eb0e5ef02fc17bbb3b06d6d6d484e4a833
parent82f3778712b92f374174c41299d6441ca10f3c97 (diff)
downloadgn-uploader-2051174c70b2d38624d3dfa625760ed89552578f.tar.gz
Change message level.
-rw-r--r--scripts/load_phenotypes_to_db.py2
1 files changed, 1 insertions, 1 deletions
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?