Semantic Logger v4.11.0 Release Notes

    • Add kafka client option to use system SSL settings: ssl_ca_certs_from_system
    • 👌 Support rails tagged logger usage that yields itself: 💎 ~~~ruby 🚅 Rails.logger.tagged("tag") do |logger| logger.info("Hello World") end ~~~ - 🛠 Fixes #211 Stop modifying supplied hash. - 🛠 Fixes #194 Give message precedence over the message in the payload, if any.
    • Passthru the ssl_ca_certs_from_system and required_acks flags to the ruby-kafka driver