diff options
author | Frederick Muriuki Muriithi | 2025-06-10 11:15:08 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-10 11:15:08 -0500 |
commit | 2051174c70b2d38624d3dfa625760ed89552578f (patch) | |
tree | c8f4c2eb0e5ef02fc17bbb3b06d6d6d484e4a833 | |
parent | 82f3778712b92f374174c41299d6441ca10f3c97 (diff) | |
download | gn-uploader-2051174c70b2d38624d3dfa625760ed89552578f.tar.gz |
Change message level.
-rw-r--r-- | scripts/load_phenotypes_to_db.py | 2 |
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? |