summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-09-16 22:00:24 +0200
committerJon Bratseth <bratseth@gmail.com>2022-09-16 22:00:24 +0200
commit4445983ef78ee5a279c38c72b76d5b87026d1503 (patch)
tree7314b483c08814c4345d991202a0f1d77848c42b /client
parentc48c65becbca835d03ebb75dcbc828d13eb0fe75 (diff)
Say what to do
Diffstat (limited to 'client')
-rw-r--r--client/go/vespa/target_custom.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/vespa/target_custom.go b/client/go/vespa/target_custom.go
index c34f801641c..19fd56e7568 100644
--- a/client/go/vespa/target_custom.go
+++ b/client/go/vespa/target_custom.go
@@ -73,7 +73,7 @@ func (t *customTarget) Service(name string, timeout time.Duration, sessionOrRunI
}
func (t *customTarget) PrintLog(options LogOptions) error {
- return fmt.Errorf("reading logs from non-cloud deployment is unsupported")
+ return fmt.Errorf("log access is only supported on cloud: run vespa-logfmt on the admin node instead")
}
func (t *customTarget) SignRequest(req *http.Request, sigKeyId string) error { return nil }