DEV Community

Discussion on: How did that weird bug come in the code

 
adityasridhar profile image
Aditya Sridhar

Have debugged concurrent issues a few times and as you said, extensive logging was what we did to figure out the issue eventually. :).

Thread Thread
 
suhaspbharadwaj profile image
Suhas Bharadwaj

I think using multiple other tools for concurrency like dtrace, and other distributed tracability logging framework to trace the end to end request/response flow. Things like ELK stacks also help in log discovery

Thread Thread
 
adityasridhar profile image
Aditya Sridhar

Next time will give these tools a shot :)