From 69f6e21e7a47d9c71985c3f59932129d88cc69c9 Mon Sep 17 00:00:00 2001 From: Pawel Garbacz Date: Fri, 27 Sep 2024 13:14:46 +0200 Subject: [PATCH] Update build.sh --- publisher/product/ontology/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publisher/product/ontology/build.sh b/publisher/product/ontology/build.sh index 4915ebc2..764cd4bf 100644 --- a/publisher/product/ontology/build.sh +++ b/publisher/product/ontology/build.sh @@ -218,7 +218,7 @@ function runHygieneTests() { if [ -s "${source_family_root}/${SPEC}" ] && [ ! -d "${source_family_root}/${SPEC}" ] ; then rm -f ${TMPDIR}/output.json logItem "${SPEC}" "$(getOntologyIRI < "${source_family_root}/${SPEC}")" - timeout --foreground -s KILL ${CONSISTENCY_CHECK_TIMEOUT:-1h} ${ONTOVIEWER_TOOLKIT_JAVA} -Xmx24G --data "${source_family_root}/${SPEC}" \ + timeout --foreground -s KILL ${CONSISTENCY_CHECK_TIMEOUT:-1h} java -Xmx24G -Dlogging.level.org.edmcouncil.spec.ontoviewer=INFO -Dlogging.level.org.edmcouncil.spec.ontoviewer.toolkit=DEBUG -Dlogging.level.org.springframework=INFO -jar ${ONTOVIEWER_TOOLKIT_JAR} --data "${source_family_root}/${SPEC}" \ --output ${TMPDIR}/output.json $(test -s "${source_family_root}/catalog-v001.xml" && echo "--ontology-mapping ${source_family_root}/catalog-v001.xml") \ --goal consistency-check &>> "${hygiene_product_tag_root}/consistency-check.log" local ret=$?