Hacker News new | ask | show | jobs
by alcazar 90 days ago
You should avoid dumping the raw error entirely. The idea is that error_slug is a stable grouping key.

The idea is to consolidate all that can be grouped into one logical unit. So you would do one long log line at the end, after all tasks are done.

1 comments

I see one of your responses that this is a complement to an existing logging system - a one line summary. That works for me.