Hacker News new | ask | show | jobs
by maigret 5094 days ago
Using logs wins against debuggers a few cases though:

- Your program runs on a client system and logs help you understand or reproduce the system without having to do a remote session (which might be impossible on some firewalled envs).

- Your code crashes without stack trace and you want to understand where to begin the search.

Agree with your overall statement though.

1 comments

logs beats debugers in asynchronuous mutiple workers/consumers context.