aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2021-09-27 16:06:34 +0200
committerGitHub <noreply@github.com>2021-09-27 16:06:34 +0200
commit5af5d4051e7b9695e1ed6db515344052c78e09e0 (patch)
treeeda1257384a0c763455d8e2391c16ef5b04f31e0 /standalone-container
parent281ade2f5c140be4064e3eacc588ba8c6ce08e78 (diff)
Revert "Use default value of jdisc.debug.resources."
Diffstat (limited to 'standalone-container')
-rwxr-xr-xstandalone-container/src/main/sh/standalone-container.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone-container/src/main/sh/standalone-container.sh b/standalone-container/src/main/sh/standalone-container.sh
index e6cbb435b6f..b30a7ad4cd0 100755
--- a/standalone-container/src/main/sh/standalone-container.sh
+++ b/standalone-container/src/main/sh/standalone-container.sh
@@ -180,6 +180,7 @@ StartCommand() {
-Djdisc.config.file="$cfpfile" \
-Djdisc.export.packages= \
-Djdisc.cache.path="$bundlecachedir" \
+ -Djdisc.debug.resources=false \
-Djdisc.bundle.path="$VESPA_HOME/lib/jars" \
-Djdisc.logger.enabled=true \
-Djdisc.logger.level=ALL \