ZiggyCreatures / FusionCache

FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.
MIT License
1.65k stars 87 forks source link

[FEATURE] 📜 Better log messages #161

Closed jodydonetti closed 1 year ago

jodydonetti commented 1 year ago

Problem

Currently FusionCache supports logging in a very extended way, and there's not much left to add here.

Not all specific messages though are 100% precise: nothing fancy, but some of them lacks minor information, some are a little too verbose or the wording used in some of them are not temporally precise, like logging "Sending a backplane message" when that would happen only a little bit later, after some internal work that need to be done right before sending it for real.

Solution

Fix these small issues.

jodydonetti commented 1 year ago

Hi all, v0.23.0 has been released with all of the above included 🎉