Ask HN: How often do you investigate issues in production vs. looking at logs?
Something I've noticed is that I am having to look at production systems manually to do debugging alongside the logs which just made me wonder how other people were doing it
5 comments
[ 3.7 ms ] story [ 25.4 ms ] threadI usually end up reproducing the actual session manually because timing/state problems often don’t show up clearly in logs.