-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(observability): reduce log noise
When the log buffer was full, a log message was logged for every dropped log entry. This was causing a lot of noise. This commit changes the behavior to only log a single message (per worker) when the log buffer is full. Another message is logged when the buffer resumes accepting new log entries.
- Loading branch information
Showing
1 changed file
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters