Hacker News new | ask | show | jobs
by wickedOne 2283 days ago
this is ridiculous advice.

sure, use third party services / applications to ease insights and additional steps like notifications, but not logging at all does not make any sense.

"And eliminate all possible exceptions that can happen here" that's including runtime exceptions?

"There are a lot of cases when we don’t care. Because of the retries, queues, or it might be an optional step that can be skipped" using different log levels perfectly indicates the importance of the exception.

"it sounds like a job for Sentry, not logging" afaik sentry is logging which makes me wonder whether the author is advocating a principle or a product...