Skip to content

Commit 5beb177

Browse files
committed
fix: more debug info
1 parent a36635d commit 5beb177

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

db-connector.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13729,6 +13729,11 @@ func GetDatastoreKey(ctx context.Context, id string, category string) (*CacheKey
1372913729
}
1373013730

1373113731
cacheKey := fmt.Sprintf("%s_%s", nameKey, id)
13732+
13733+
if debug {
13734+
log.Printf("[DEBUG] Getting datastore key for %s", cacheKey)
13735+
}
13736+
1373213737
if project.CacheDb {
1373313738
cache, err := GetCache(ctx, cacheKey)
1373413739
if err == nil {

0 commit comments

Comments
 (0)