You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but relativeCreated is in milliseconds, it would be very convenient to be able to convert that to seconds right in FluentRecordFormatter hence this feature request, please considering allowing something like
"host.uptime": '%(relativeCreatedInSeconds)d'
were the relativeCreatedInSeconds would be something added by FluentRecordFormatter.
The text was updated successfully, but these errors were encountered:
Python LogRecord has the attribute
relativeCreated
It's currently possible to use FluentRecordFormatter to include that in the fluent events
but relativeCreated is in milliseconds, it would be very convenient to be able to convert that to seconds right in FluentRecordFormatter hence this feature request, please considering allowing something like
were the
relativeCreatedInSeconds
would be something added by FluentRecordFormatter.The text was updated successfully, but these errors were encountered: