Serializing Date Objects Causes Log Not To Emit #989
Unanswered
asafpelegcodes
asked this question in
Q&A
Replies: 1 comment
-
Errors that occur within logback during encoding/appending can be seen by enabling a logback status listener. This is a logback feature, and not specific to logstash-logback-encoder. Try enabling the status listener and see if any errors are reported. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Settings...
Logstash-logback encoder version: 7.4
Kotlin, Ktor Server
io.github.oshai.kotlinlogging.KotlinLogging
org.joda.time.DateTime
When I log datetime objects using Kotlin Logging and drop them into marker KV properties the log simply does not append to the console and appears to silently fail.
Beta Was this translation helpful? Give feedback.
All reactions