Skip to content
Snippets Groups Projects
Commit c398acfb authored by felmer's avatar felmer
Browse files

suppress verbose debug log entries in register-master-data.sh

SVN: 36571
parent 98fc2873
No related branches found
No related tags found
No related merge requests found
...@@ -22,5 +22,6 @@ fi ...@@ -22,5 +22,6 @@ fi
LIB=$BASE/../webapps/$APPLICATION_NAME/WEB-INF/lib LIB=$BASE/../webapps/$APPLICATION_NAME/WEB-INF/lib
$JVM \ $JVM \
-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StrErrLog \
-cp $LIB/\* \ -cp $LIB/\* \
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.MasterDataRegistrationScriptRunnerStandalone "$@" ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.MasterDataRegistrationScriptRunnerStandalone "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment