summaryrefslogtreecommitdiffstats
path: root/docker/run/run-vespa-internal.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/run/run-vespa-internal.sh')
-rwxr-xr-xdocker/run/run-vespa-internal.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run/run-vespa-internal.sh b/docker/run/run-vespa-internal.sh
index e8c8c0d4d0e..074c1887394 100755
--- a/docker/run/run-vespa-internal.sh
+++ b/docker/run/run-vespa-internal.sh
@@ -21,6 +21,6 @@ export VESPA_CONFIG_SERVERS=$(hostname)
# Print log forever
while true; do
- /opt/vespa/bin/logfmt -f /opt/vespa/logs/vespa/vespa.log
+ /opt/vespa/bin/vespa-logfmt -f /opt/vespa/logs/vespa/vespa.log
sleep 10
done