tritium icon indicating copy to clipboard operation
tritium copied to clipboard

Output call durations in locale-independent format

Open nathklei opened this issue 7 years ago • 0 comments

Durations are formatted with decimal separator depending on locale. To avoid confusion be more portable for consumption ideally we'd output with a statically defined locale.

https://github.com/palantir/tritium/blob/develop/tritium-slf4j/src/main/java/com/palantir/tritium/event/log/LoggingInvocationEventHandler.java#L208

nathklei avatar Mar 27 '18 15:03 nathklei