From 1fcca634ea6f69bb7333d3efb66f56fff3106d2f Mon Sep 17 00:00:00 2001 From: george Date: Fri, 28 Jun 2024 12:16:39 -0400 Subject: [PATCH 1/2] fix doctor_visits log location updated to be in shared system indicators log directory --- ansible/templates/doctor_visits-params-prod.json.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/templates/doctor_visits-params-prod.json.j2 b/ansible/templates/doctor_visits-params-prod.json.j2 index 49188d3bb..1f95e3e2e 100644 --- a/ansible/templates/doctor_visits-params-prod.json.j2 +++ b/ansible/templates/doctor_visits-params-prod.json.j2 @@ -1,7 +1,7 @@ { "common": { "export_dir": "./receiving", - "log_filename": "./doctor-visits.log" + "log_filename": "/var/log/indicators/doctor-visits.log" }, "indicator": { "input_file": "./input/SYNEDI_AGG_OUTPATIENT_18052020_1455CDT.csv.gz", @@ -43,4 +43,4 @@ ] } } -} \ No newline at end of file +} From 624777dfbe2866eabeaf7aee1c346870bc64fea4 Mon Sep 17 00:00:00 2001 From: george Date: Wed, 10 Jul 2024 10:55:15 -0400 Subject: [PATCH 2/2] Update doctor_visits export_dir Co-authored-by: minhkhul <118945681+minhkhul@users.noreply.github.com> --- ansible/templates/doctor_visits-params-prod.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/templates/doctor_visits-params-prod.json.j2 b/ansible/templates/doctor_visits-params-prod.json.j2 index 1f95e3e2e..f6edab07f 100644 --- a/ansible/templates/doctor_visits-params-prod.json.j2 +++ b/ansible/templates/doctor_visits-params-prod.json.j2 @@ -1,6 +1,6 @@ { "common": { - "export_dir": "./receiving", + "export_dir": "/common/covidcast/receiving/doctor-visits", "log_filename": "/var/log/indicators/doctor-visits.log" }, "indicator": {