diff --git a/harvest/batch-import-marc-auth.sh b/harvest/batch-import-marc-auth.sh index 248e4a011342031c0c3c2dd77645f85126e1d1d7..40bae23a7f3cb584a70493a5011b33ad66242a45 100755 --- a/harvest/batch-import-marc-auth.sh +++ b/harvest/batch-import-marc-auth.sh @@ -112,7 +112,7 @@ for file in $BASEPATH/*.xml $BASEPATH/*.mrc do if [ -f $file ] then - # Capture solrmarc output to log + # Logging output handled by log() function $VUFIND_HOME/import-marc-auth.sh $file $2 2> >(log $file) if [ $MOVE_DATA == true ] then diff --git a/harvest/batch-import-marc.sh b/harvest/batch-import-marc.sh index 8bbe20192581f00787aa0ef3d11c34d6cf98b4e3..25c821428dfe12e0519e6dd873dee3ec0e5a7f5a 100755 --- a/harvest/batch-import-marc.sh +++ b/harvest/batch-import-marc.sh @@ -112,7 +112,7 @@ for file in $BASEPATH/*.xml $BASEPATH/*.mrc do if [ -f $file ] then - # Capture solrmarc output to log + # Logging output handled by log() function $VUFIND_HOME/import-marc.sh $file 2> >(log $file) if [ $MOVE_DATA == true ] then