| Index: logdog/common/storage/bigtable/cache.go
|
| diff --git a/logdog/common/storage/bigtable/cache.go b/logdog/common/storage/bigtable/cache.go
|
| index 64bad7dc9108cc1030e0e1c43c1227aa189472a9..666471a5037bc9b7cb3aee34c76802b9151c7689 100644
|
| --- a/logdog/common/storage/bigtable/cache.go
|
| +++ b/logdog/common/storage/bigtable/cache.go
|
| @@ -47,6 +47,9 @@ func getLastTailIndex(c context.Context, cache caching.Cache, project config.Pro
|
| return 0
|
| }
|
|
|
| + log.Fields{
|
| + "index": v,
|
| + }.Infof(c, "Using cached tail index.")
|
| return v
|
| }
|
|
|
|
|