Skip to content

Commit

Permalink
Clearer log message in getContainerMetadataCache() (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot authored Jun 27, 2024
1 parent 92a0c4a commit eff1986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containermetadata/containermetadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func getContainerMetadataCache(ctx context.Context, instance *handler) (

podsPerNode, err := getPodsPerNode(ctx, instance)
if err != nil {
log.Infof("Failed to get pods per node: %v", err)
log.Infof("Failed to size cache based on pods per node: %v", err)
} else {
cacheSize *= podsPerNode
}
Expand Down

0 comments on commit eff1986

Please sign in to comment.