| 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,
|
|
|