Yolean / kafka-cache

Explorations for the log-backed in-memory cache we need in almost every service
6 stars 0 forks source link

I'ts hard to decipher which log messages are for which topic/cache #18

Open atamon opened 6 years ago

atamon commented 6 years ago

Creating different bunyan instances with different names/prefixes/suffixes could help fix this issue

solsson commented 6 years ago

I like the idea. We've recently established the convention with logger name deduced from __filename, but we can pass arbitrary names there.