Y
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
d1str0
1100 days ago
Tomorrow we will see a blog post titled “Why I always use 3rd part dependencies instead of stdlibs”
link
philosopher1234
1100 days ago
ideally an slog handler is built for zerolog, so that you can use slog BE and keep the zerolog FE
link