-
Is there support for nanoseconds? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Not currently. logback 1.2.x does not support nanoseconds. Therefore logstash-logback-encoder cannot support nanoseconds at the moment. logback 1.3.x (not released yet) added support for nanoseconds in LOGBACK-1374. Whever logback 1.3.x is released, logstash-logback-encoder will need to be modified to support nanoseconds. |
Beta Was this translation helpful? Give feedback.
-
You can always add your own field using |
Beta Was this translation helpful? Give feedback.
Not currently.
logback 1.2.x does not support nanoseconds. Therefore logstash-logback-encoder cannot support nanoseconds at the moment.
logback 1.3.x (not released yet) added support for nanoseconds in LOGBACK-1374. Whever logback 1.3.x is released, logstash-logback-encoder will need to be modified to support nanoseconds.