You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Hello all,
I wrote a small library that implements a portable way for attaching structured context to errors. This approach allows logging libraries such as zap and zerolog to meaningfully annotate the final log record at any layer where error reporting occurs. This avoids the need for redundant, repeated log messages without compromising context quality.