Skip to content

Commit f416cff

Browse files
committed
Fixing location of the ingestion script log-file.
1 parent 1ea246b commit f416cff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ingeng/lib_common.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ export PATH="/srv/odaos/tools/metadata:$PATH"
77
export PATH="/srv/odaos/tools/imgproc:$PATH"
88
export DJANGO_SETTINGS_MODULE="eoxs.settings"
99

10-
#LOG_FILE="/var/log/odaos/ie_actions.log"
11-
LOG_FILE="./ie_actions.log"
10+
LOG_FILE="/var/log/odaos/ie_actions.log"
1211

1312
EXENAME=`basename $0`
1413

0 commit comments

Comments
 (0)