Remove server log redirect

This commit is contained in:
Serge Rider
2021-12-08 15:26:48 +03:00
parent bf91ee7620
commit dc3cd32a9b
+1 -1
View File
@@ -8,4 +8,4 @@ echo "Starting Cloudbeaver Server"
VMARGS_OPTS="${JAVA_OPTS:--Xmx2048M}"
java -jar ${launcherJar} -product io.cloudbeaver.product.ce.product -web-config conf/cloudbeaver.conf -nl en -registryMultiLanguage -vmargs ${VMARGS_OPTS} &> workspace/.metadata/server.log
java -jar ${launcherJar} -product io.cloudbeaver.product.ce.product -web-config conf/cloudbeaver.conf -nl en -registryMultiLanguage -vmargs ${VMARGS_OPTS}