diff options
-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? |