Benjamin Cane 8/23/2025

Sometimes when I tell people that logging can impact a microservices response time, I get strange looks. 🤨

Read Original

The article details a real-world scenario where excessive logging in a microservice's hot path caused a spike in p99 latency under high load. It presents two key fixes: changing a log level from Info to Debug and implementing asynchronous logging. The core message is to be intentional about logging practices to avoid performance degradation.

Sometimes when I tell people that logging can impact a microservices response time, I get strange looks. 🤨

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes