Comment on Grepping logs is terribleparentComments−TheLoneWolfling11yDepending on the language, this can be expensive even if you're not actually logging the data.And it invites timing-based heisenbugs (enable tracing, problem goes away).Still a neat approach, however.
Comments
Depending on the language, this can be expensive even if you're not actually logging the data.
And it invites timing-based heisenbugs (enable tracing, problem goes away).
Still a neat approach, however.