Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Adds cache name to Redis store cache statements to ease debugging #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vdzhuvinov
Copy link

No description provided.

@@ -37,7 +37,7 @@
@Override
public void init(InitializationContext ctx)
{
RedisStore.log.info("Redis cache store initialising");
RedisStore.log.info("Initialising Redis store for cache " + ctx.getCache().getName());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to use:
RedisStore.log.info("Initialising Redis store for cache '%s' ", ctx.getCache().getName());

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cheers, I'll get to update the PR later this week.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants