dev-resources.site
for different kinds of informations.
Log Anything vs Log Everything
Published at
10/16/2024
Categories
logging
webdev
beginners
Author
Nishant Modak
Log Everything vs. Log Anything ⚡️
https://last9.io/blog/log-anything-vs-log-everything/
Log Everything:
- Structured, consistent logging across services
- High-cardinality data that adds context
- Events that tell a story about system behavior
Fine wine, complex yet clear. Helps future you debug at 3 AM.
Log Anything:
- Random console.log("here") sprinkled like confetti
- Unstructured text that's a pain to parse
- Non-thoughtful severity levels.
Mystery juice, might be tasty, might be toxic. Future you curses past you at 3 AM.
Articles
9 articles in total
Log Anything vs Log Everything
currently reading
Log Models
read article
Logging in Python: Best Practices
read article
Logging in Python: Best Practices
read article
Prometheus Remote Write
read article
Logging in Golang
read article
Watermelon Metrics
read article
Nobody likes to wait in a Queue
read article
SRE, DevOps Authors
read article
Featured ones: