Closed KarstenSchnitter closed 3 years ago
Is this issue actual yet?
@wolches Yes, this is a current open issue. I came across it during a small performance analysis of the library. Since the code is executed for every emitted message, improvements have a larger impact.
Resolved by #97
TimestampConverter in cf-java-logging-support-logback contains the following code:
Creating the
StringBuilder
is a time consuming implementation for creating a string representation of thelong
timestamp. This should be changed to a more efficient implementation.