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
Hi Jose - unfortunately, this syntax isn't supported; o should be the default format for datetimes, IIRC, so you may not need it at all (?), but otherwise, plugging in a ToString()user-defined function would be the only way to work around this right now:
Hi,
I'm trying to use a timestamp formatter in a json template like
"{ {timestamp: @t:o, level: @l, sourceContext: SourceContext, message: @m} }\n"
Can't manage to get the formatted timestamp, it seems that the parser is not expecting the ":" after "@t".
Is this something supported?
Regards,
José
The text was updated successfully, but these errors were encountered: