TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Let’s Talk about Logging

2 pointsby UkiahSmithalmost 6 years ago

1 comment

abscalmost 6 years ago
I generally agree with the article. Personally, I don&#x27;t log _that_ many informations in my applications.<p>Normally, my users will just dump the whole log in an e-mail with a &quot;doesn&#x27;t work&quot; message attached.<p>IMHO, a logging facility should grow with the project and I think the standard logging package in go is the right size.<p>About bubbling up the errors: absolutely! Always let the caller handle it!