aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }