Skip to content

Commit

Permalink
Merge pull request #32386 from JanWiemer/FixLogging
Browse files Browse the repository at this point in the history
Do not print stack-trace in LogStreamBroadcaster.recordHistory
  • Loading branch information
geoand committed Apr 4, 2023
2 parents acc3363 + 869fdbd commit 3441462
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ private void recordHistory(final JsonObject message) {
}
history.add(message);
} catch (InterruptedException ex) {
ex.printStackTrace();
Thread.currentThread().interrupt();
}
}
Expand Down

0 comments on commit 3441462

Please sign in to comment.