Skip to content

Commit

Permalink
Merge pull request #19400 from jaikiran/19381
Browse files Browse the repository at this point in the history
Queue the log messages if the queue compaction leads to new space
  • Loading branch information
gsmet authored Aug 15, 2021
2 parents d62cef5 + c039d16 commit 9f42b6e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ protected void doPublish(final ExtLogRecord record) {
//still too full, nothing we can do
return;
}
return;
}
// Determine if we need to calculate the caller information before we queue the record
if (isCallerCalculationRequired()) {
Expand Down

0 comments on commit 9f42b6e

Please sign in to comment.