fluentd v0.14.22 stable has been released, which supports sub second precision for logs.
fluent-logger-golang already has an option to enable this called defaultSubSecondPrecision; created in May via this PR: fluent/fluent-logger-golang#49
Since this package is used by the docker fluentd logger under the hood, it could be exposed here:
|
fluentConfig := fluent.Config{ |
fluentd v0.14.22 stable has been released, which supports sub second precision for logs.
fluent-logger-golang already has an option to enable this called
defaultSubSecondPrecision; created in May via this PR: fluent/fluent-logger-golang#49Since this package is used by the docker fluentd logger under the hood, it could be exposed here:
moby/daemon/logger/fluentd/fluentd.go
Line 120 in 4bc5a57