mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-09-24 16:04:36 +08:00
Remove server log redirect
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user