aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-09-17 16:05:27 +0200
committerGitHub <noreply@github.com>2022-09-17 16:05:27 +0200
commitcd0739cd15b3b841ebaa4c2e54d98db7e9328dbe (patch)
treec6a148bcf345977dfa1dfb0f64367d03833d429c
parentfbb7fabe0462be82a765f8d9cbedc939ab68d962 (diff)
parent4445983ef78ee5a279c38c72b76d5b87026d1503 (diff)
Merge pull request #24104 from vespa-engine/bratseth/say-what-to-do
Say what to do
-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 }