logoalt Hacker News

Geezus_42yesterday at 2:22 PM1 replyview on HN

> reconstruct the erroneous code path

This is only useful to the developers who should be fixing the bug. Us sysadmins need to know the immediate issue to remediate while the client is breathing down our neck. Collect all the stack traces, heap dumps, whatever you want for later review. Just please stop writing them to the main log where we are just trying to identify the immediate issue and have no idea what all the packages those paths point to do. It just creates more text for us to sift through.


Replies

gf000yesterday at 4:46 PM

grep "caused by"

Here you are.

show 2 replies