diff options
-rwxr-xr-x | scripts/index-genenetwork | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/index-genenetwork b/scripts/index-genenetwork index 02c669d..3820044 100755 --- a/scripts/index-genenetwork +++ b/scripts/index-genenetwork @@ -477,6 +477,8 @@ def is_data_modified(xapian_directory: str, def create_xapian_index(xapian_directory: str, sql_uri: str, sparql_uri: str) -> None: logging.basicConfig(level=os.environ.get("LOGLEVEL", "DEBUG"), + filename=os.environ.get("INDEX_LOG_FILE"), + filemode="a", format='%(asctime)s %(levelname)s: %(message)s', datefmt='%Y-%m-%d %H:%M:%S %Z') |