Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3381)

Unified Diff: common/logdog/coordinator/list.go

Issue 1916013002: LogDog: Add project namespacing to `logdog_cat` (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-collector-butler
Patch Set: Rebase, project UI. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « common/logdog/coordinator/client.go ('k') | common/logdog/coordinator/query.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/logdog/coordinator/list.go
diff --git a/common/logdog/coordinator/list.go b/common/logdog/coordinator/list.go
index 7a9a496a71f144819736dc4b3171c2c48d5fe897..eb20f6a8664ffb5521f67e4b676132d4880015f8 100644
--- a/common/logdog/coordinator/list.go
+++ b/common/logdog/coordinator/list.go
@@ -61,6 +61,7 @@ type ListOptions struct {
// List executes a log stream hierarchy listing for the specified path.
func (c *Client) List(ctx context.Context, base string, o ListOptions, cb ListCallback) error {
req := logdog.ListRequest{
+ Project: string(c.project),
Path: base,
Recursive: o.Recursive,
StreamOnly: o.StreamsOnly,
« no previous file with comments | « common/logdog/coordinator/client.go ('k') | common/logdog/coordinator/query.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698