Hacker News new | ask | show | jobs
by fourseventy 1100 days ago
I literally just updated all of my golang logging to use zerolog so i could get severity levels in my logs. Bad timing on my part! I guess ill re-do it all with slog, i prefer stdlib packages to third party packages.
2 comments

Tomorrow we will see a blog post titled “Why I always use 3rd part dependencies instead of stdlibs”
ideally an slog handler is built for zerolog, so that you can use slog BE and keep the zerolog FE