aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-07-05 21:28:15 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-07-05 21:28:15 +0000
commit95afaae2eaabdf33761168c2caeffe77a7970040 (patch)
tree6121394a0809df2b81fe56cad27f9ea41ee6360a /docker
parent61c0690fc5538257c6729f98e3695fa47a586437 (diff)
Use new program names.
Diffstat (limited to 'docker')
-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