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
The Serilog Compact JSON format can contain either a message template (key @mt) or a rendered message (key @m).
However, Analogy seems to show the logs only if at least one @mt key is present in the whole log file. Then, all the log entries are shown correctly, no matter if @mt or @m is used in the other log entries.
The Serilog Compact JSON format can contain either a message template (key
@mt
) or a rendered message (key@m
).However, Analogy seems to show the logs only if at least one
@mt
key is present in the whole log file. Then, all the log entries are shown correctly, no matter if@mt
or@m
is used in the other log entries.Example log file 1:
Result: Does not show anything in Analogy.
Example log file 2:
Result: Does show both entries in Analogy correctly.
The only difference between both examples is the
@mt
instead of@m
in the first line.The text was updated successfully, but these errors were encountered: