Skip to content

Conversation

Ajiboye-01
Copy link

FIX:cacheENabledConfig restructured

I changed
LOG.info("Cache is enabled: " + this.enabled); to LOG.info("Cache is enabled: {}", this.enabled) because of efficiency, the first one will execute whether there is something to log or not, but the second one won't log anything unless the log is necessary

Copy link
Collaborator

@dippindots dippindots left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks!

We will wait for tests passing and then merge this

@dippindots dippindots added chore and removed chore labels Sep 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants