rancher / opni

Multi Cluster Observability with AIOps
https://opni.io
Apache License 2.0
327 stars 52 forks source link

System-wide logging improvements #1170

Open kralicky opened 1 year ago

kralicky commented 1 year ago

The zap logger setup we have has been working well so far, but as the project expands we should consider: a) potential improvements, refactors, or redesigns of how we use loggers across places in the code b) newer/better/standardized libraries to switch to

I've tried a few other logging libraries, and so far none seem to be as good as zap for our use cases, but more research is required.

slog (upcoming standard library structured logging)

zerolog


Some issues we are running into currently:

jan-law commented 10 months ago

As discussed earlier, noting some additional improvement suggestions