Skip to content

Commit e36057d

Browse files
melange396minhkhul
andauthored
fix doctor_visits log location & export_dir (#1980)
* fix doctor_visits log location (updated to be in shared system indicators log directory) * Update doctor_visits export_dir Co-authored-by: minhkhul <[email protected]>
1 parent 5d4fdbd commit e36057d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ansible/templates/doctor_visits-params-prod.json.j2

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"common": {
3-
"export_dir": "./receiving",
4-
"log_filename": "./doctor-visits.log"
3+
"export_dir": "/common/covidcast/receiving/doctor-visits",
4+
"log_filename": "/var/log/indicators/doctor-visits.log"
55
},
66
"indicator": {
77
"input_file": "./input/SYNEDI_AGG_OUTPATIENT_18052020_1455CDT.csv.gz",
@@ -43,4 +43,4 @@
4343
]
4444
}
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)