Monthly Archive:: June 2026

Manage Diagnostics Without Restarting

Runtime logging control is especially important for production services. Detailed debug logs are most useful when something has already gone wrong. However, keeping them enabled all the time is usually not acceptable. Verbose logs create noise. They increase file size. They can slow down hot code paths. In some cases, they may also expose details

Collapse Macros in logme: How to Reduce Duplicate Log Errors

Why Duplicate Log Errors Are a Problem Duplicate log errors are one of the most annoying problems in production diagnostics. Sometimes the real issue is not that there are too few logs. The issue is that there are too many of them. When the same error is written in a loop, on every reconnect, on