summaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-05-06 07:05:34 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-05-06 09:37:51 +0200
commit8b8301135e4c5fc44d36e89058eb4efaf289712e (patch)
tree462628f7283412c23407a388c015096f9b534c9e /standalone-container
parent25e3c3a9ac64309593433e87ade9d608c4c2c2e4 (diff)
Enable logging early, but only show errors and warnings.
Diffstat (limited to 'standalone-container')
-rwxr-xr-xstandalone-container/src/main/sh/standalone-container.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone-container/src/main/sh/standalone-container.sh b/standalone-container/src/main/sh/standalone-container.sh
index 0b88568bc5b..ca9507ae14b 100755
--- a/standalone-container/src/main/sh/standalone-container.sh
+++ b/standalone-container/src/main/sh/standalone-container.sh
@@ -187,8 +187,8 @@ StartCommand() {
-Djdisc.export.packages= \
-Djdisc.cache.path="$bundlecachedir" \
-Djdisc.bundle.path="$VESPA_HOME/lib/jars" \
- -Djdisc.logger.enabled=false \
- -Djdisc.logger.level=ALL \
+ -Djdisc.logger.enabled=true \
+ -Djdisc.logger.level=WARNING \
-Djdisc.logger.tag="$service" \
-Dfile.encoding=UTF-8 \
-cp "$CP" \