Logging sucks
loggingsucks.com
Logging sucks
1–10 of 232 posts
Re: Logging sucks
#2Gonna go on a tangent here. Why the single purpose domain? Especially since the author has a blog. My blog is full of links to single post domains that are no longer.
Re: Logging sucks
#3Re: Logging sucks
#4Also worth pointing out that you can implement this method with a lot of tools these days. Both structured Logs or Traces lend itself to capture wide events. Just make sure to use a tool that supports general query patterns and has rich visualizations (time-series, histograms).
Re: Logging sucks
#5If a user request is hitting that many things, in my view, that is a deeply broken architecture.
Re: Logging sucks
#6Re: Logging sucks
#7Good write up. Gonna go on a tangent here. Why the single purpose domain? Especially since the author has a blog. My blog is full of links to single post domains that are no longer.
Re: Logging sucks
#8Good write up. Gonna go on a tangent here. Why the single purpose domain? Especially since the author has a blog. My blog is full of links to single post domains that are no longer.
Because it's an ad
i do not see a product upsell anywhere.
if it's an ad for the author themselves, then it's a very good one.
Re: Logging sucks
#9Re: Logging sucks
#10Logs are fine. The job of local logs is to record the talk of a local process. They are doing this fine. Local logs were never meant to give you a picture of what's going on some other server. For such context, you need a transaction tracing that can stitch the story together across all processes involved.
Usually, looking at the logs at right place should lead you to the root cause.