Hacker News new | past | comments | ask | show | jobs | submit login

I agree. Our architecture is partially built around logging every method called. Although it’s useful information, it still makes our product more difficult to program for.

Performance isn’t much of a problem though. Have different logging levels and only turn on a high level when you’re trying to nail down a particular STR.




You can also hook up your logging to a feature flag system, so it's only activated for a single user. [1]

[1] https://tersesystems.com/blog/2019/07/22/targeted-diagnostic...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: