Skip to content

logstash-logback-encoder-4.10

Compare
Choose a tag to compare
  • #195 Add destination connection strategies (preferPrimary, roundRobin, random)
  • #199 Update jackson dependency to 2.8.8.
    • Note that jackson-databind 2.8 requires Java 7+.
    • At this point logstash-logback-encoder should still work with jackson 2.6/2.7, so you can use dependency management to downversion to an older version of jackson if needed
  • #211 Added new asJson operator for the pattern json provider
  • #218 Allow disabling the output stream buffer
  • #219 Add a new provider for generating a random UUID
  • #217 Fix markdown in readme
  • #216 Clarify that HOSTNAME field was removed from logback context in logback 1.1.10