logback-contrib
logback-contrib copied to clipboard
logback contributions project reserved for contributors with CLAs on file
# Changes - Added OWASP plugin, but without failing on vulnerability found - Upgraded logback to 1.2.10 - Upgraded jackson to 2.13.5 - Upgraded mockito to 4.3.1 - Upgraded JUnit...
Hello everyone! I see that the last changes has been added to the library at the beginning of 2017 and quite a few issues are left unanswered. I like the...
it would be nice to separate logging statements with json encoding with newlines.
I've been scouring the Internet for clues on how to do it with Logback, but ultimately decided to fix this at the source. I've tried solving my problem by implementing...
ch.qos.logback.core.rolling.helper.RollingCalendar#periodBarriersCrossed case TOP_OF_HOUR: return (int) diff / MILLIS_IN_ONE_HOUR; return negative result because of overflow these make archiveRemover.cleanAsynchronously(now) first time run alway skip clean task and file never clean Is this...
In addition of the support of old java version, `java.time` API introduced DateTimeFormatter that is far superior compared to the SimpleDateFormatter used in `JsonLayoutBase`. For instance, DateTimeFormatter is thread safe...
This library has been identified as vulnerable to CVE-2017-5929, this is listed as a Critical severity issue. Please can this be resolved. see https://nvd.nist.gov/vuln/detail/CVE-2017-5929 Found using dependency-check-maven https://jeremylong.github.io/DependencyCheck/dependency-check-maven/
[Stackdriver treats fields with name `severity` specially](https://cloud.google.com/stackdriver/docs/solutions/gke/managing-logs). Being able to tell the `JsonLayout` to name the level field `severity` would make integration with Stackdriver simpler (wouldn't have to extend `JsonLayout`...
In our Apache Felix Logback based OSGI Environment we get the following error when using an expression in an EvaluatorFilter: ` Could not start evaluator with expression [mdc != null...