Skip to content

Commit

Permalink
change log type
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyGis committed Oct 24, 2024
1 parent 04fdc6d commit 53d4336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/snyk/snyk/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ async def get_all_organizations(self) -> list[dict[str, Any]]:
async def get_organizations_in_groups(self) -> list[Any]:
# Check if the result is already cached
if cache := event.attributes.get(CacheKeys.GROUP):
logger.debug("Fetched Snyk organizations from the cache")
logger.info("Fetched Snyk organizations from the cache")
return cache

all_organizations = await self.get_all_organizations()
Expand Down

0 comments on commit 53d4336

Please sign in to comment.