Skip to content

Commit

Permalink
fix: log message when failed to retrieve tags
Browse files Browse the repository at this point in the history
Co-authored-by: Azanul Haque <[email protected]>
  • Loading branch information
jbleduigou and Azanul committed Oct 17, 2023
1 parent a7caa32 commit 25c9c28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions providers/aws/kinesis/streams.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ func Streams(ctx context.Context, client ProviderClient) ([]Resource, error) {
Value: aws.ToString(t.Value),
})
}
} else {
log.Warn("Failed to fetch tags for kinesis streams")
}
resources = append(resources, Resource{
Provider: "AWS",
Expand Down

0 comments on commit 25c9c28

Please sign in to comment.