Exploring Local Development Log Forwarding Options
Secondly, what is everyone using in local development for forwarding logs (e.g. to Loki or some other service). I'm currently piping my stdout through a dockerized Vector instance. I feel like there must be a better way to run this full stack in development without any services.
Maybe it's indeed not a bad idea to just have a built-in logging service in an effect lib that forwards the logs to your favourite service from within the program? And then only use that in development whilst still relying on the infra stack to handle that in prod?
Maybe it's indeed not a bad idea to just have a built-in logging service in an effect lib that forwards the logs to your favourite service from within the program? And then only use that in development whilst still relying on the infra stack to handle that in prod?
