logstash-logback-encoder
logstash-logback-encoder copied to clipboard
Logback JSON encoder and appenders
Since SLF4J 2.0.0, the SLF4J logging API assumes the possibility of multiple Marker instances in a logging event. Consequently, `ILoggingEvent#getMarker()` has been deprecated in favour of `ILoggingEvent#getMarkerList()` which now returns...
Starting from 1.3.0-alpha12, Logback events are now storing timestamp with nanosecond precision (using an Instant). The `AbstractTimestampJsonProvider` should be updated to take this enhancement into account. A couple of questions/remarks......
Logback 1.3 now assign a unique sequence number to every `ILoggingEvent`. This sequence number can be retrieved by calling `ILoggingEvent#getSequenceNumber()`. LLE should provide a JsonProvider to give access and render...
Bumps maven-bundle-plugin from 5.1.6 to 5.1.8. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.5.1 to 1.6.1. Release notes Sourced from extra-enforcer-rules's releases. 1.6.1 🐛 Bug Fixes Use all remote repositories for artifacts resolving (#226) @slawekjaranowski 📦 Dependency updates Bump maven-common-artifact-filters...
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0 to 3.1.0. Release notes Sourced from maven-enforcer-plugin's releases. 3.1.0 🚀 New features and improvements [MENFORCER-420] - cache dependencies across rules (#152) @josephw [MENFORCER-409] - Log at...
Bumps `mockito.version` from 4.5.1 to 4.6.1. Updates `mockito-core` from 4.5.1 to 4.6.1 Release notes Sourced from mockito-core's releases. v4.6.1 Changelog generated by Shipkit Changelog Gradle Plugin 4.6.1 2022-06-02 - 6...
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.22.0 to 3.23.1. Commits 0256688 [maven-release-plugin] prepare release assertj-core-3.23.1 6529933 Downgrade junit-jupiter from 5.9.0-M1 to 5.8.2 d9cd2da [maven-release-plugin] prepare for next development iteration 6f19754 [maven-release-plugin] prepare release...
The `*NestedJsonProvider` providers allow to nest other providers within a sub-object whose name is given by the `fieldName` configuration property. Although the fieldName is mandatory, the provider doesn't check if...
**Description** I am maintaining https://github.com/dm-drogeriemarkt/log-capture/ which we use to test our logging. I also allows to assert logging of keyValue, see https://github.com/dm-drogeriemarkt/log-capture/#key-value-from-logstash Making `SingleFieldAppendingMarker#getFieldValue()` package-private broke that for me, because...