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.

What to log in production environments

13 pointsby siminmalmost 10 years ago

1 comment

siminmalmost 10 years ago
How much to log in production is a balancing act – log too much, and you impact performance and make it hard to read through your logs. Log too little, and you won’t be able to use your logs to actually debug anything. However, with a few lines of code, you can change how much you log on demand, without restarting any processes, and avoid the balancing act entirely.