summaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-10-05 15:30:11 +0200
committergjoranv <gv@oath.com>2019-01-21 15:09:23 +0100
commite2727bd4f0a596b9aa6781674ab0ce255799abbe (patch)
treec0c13e7956f0e38ccf8ccb5e5c0111cc3dba3949 /standalone-container
parent707942663ae6885b42ff5114570ddd513b8294ca (diff)
Revert back to original logcontrol directory for jdisc log
Diffstat (limited to 'standalone-container')
-rwxr-xr-xstandalone-container/src/main/sh/jdisc_container_start2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone-container/src/main/sh/jdisc_container_start b/standalone-container/src/main/sh/jdisc_container_start
index 74b569016df..5b4202c9ddc 100755
--- a/standalone-container/src/main/sh/jdisc_container_start
+++ b/standalone-container/src/main/sh/jdisc_container_start
@@ -90,7 +90,7 @@ export LOGGER_LEVEL="ALL"
export LOGGER_TAG="${VESPA_CONFIG_ID}"
if [ -z "$VESPA_LOG_CONTROL_FILE" ]; then
- VESPA_LOG_CONTROL_FILE="$VESPA_HOME/var/db/vespa/logcontrol/jdisc-container.logcontrol"
+ VESPA_LOG_CONTROL_FILE="$VESPA_HOME/var/db/jdisc/logcontrol/jdisc-container.logcontrol"
fi
export VESPA_LOG_CONTROL_FILE