Skip to content

Commit db890b2

Browse files
committed
qc-workflow: Do not try to write to InfoLogger at all if not in online mode
1 parent fae72c3 commit db890b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DATA/production/qc-workflow.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ elif [[ -z ${QC_JSON_FROM_OUTSIDE:-} ]]; then
313313
fi
314314

315315
[[ $EPNSYNCMODE == 1 && $NUMAGPUIDS == 1 ]] && QC_CONFIG_OVERRIDE+="qc.config.infologger.filterDiscardFile=../../qc-_ID_-${NUMAID}.log;"
316+
[[ $EPNSYNCMODE == 0 ]] && QC_CONFIG+=" --no-infologger"
316317

317318
[[ ! -z $QC_CONFIG_OVERRIDE ]] && QC_CONFIG+=" --override-values \"$QC_CONFIG_OVERRIDE\""
318319

0 commit comments

Comments
 (0)