Serializing Date Objects Causes Log Not To Emit #989
-
|
Settings... 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.
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.
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.