Nicholas Blumhardt
Nicholas Blumhardt
Thanks for the suggestion! In addition to `ExpandoObject`, what are the concrete types of the objects you are expecting to show up as a dictionary? (A regular, generic `Dictionary`?)
Hi @omidkrad - thanks for getting in touch! _Seq.Extensions.Logging_ uses its own internal policies based on Serilog's, so it doesn't use any of the JSON.NET or _System.Text.Json_ attributes, unfortunately. Other...
Do you mean serialized then deserialize to _System.Text.Json_'s `JsonDocument`? If so, I did put together something for Serilog to make this work: https://gist.github.com/nblumhardt/8aea89e86663829170d08aa573bd0f49 Building in support for _System.Text.Json_ here seems...
Thanks for the follow-up 👍
Thanks for the report. I haven't encountered this, may need some investigation. Help welcome, if you're able to build from source and take a look. Which Serilog version are you...
Sounds like progress! Glad to hear you have some data captured now. Can you please send an example of one of the events received at Seq? Particularly the message associated...
Thanks for the info. I think what's probably happening here (at a guess) is that another handler/exception filter is handling the exception. Are there any other error-handling paths that might...
Thanks for the update. Looking into it further, it seems like generic error handling and `customErrors` are often at odds. I think we should keep this ticket open to collect...
Thanks for the note, Ross! When using `seqcli ingest` we've been recommending `tail -f` and pipes for this - https://github.com/datalust/seqcli#tail-varlogsyslog - it would be interesting to know how far that...
This is easy to work around with `--invalid-data=ignore`; we should take a closer look at scenarios to see whether empty lines can be considered "valid" by the default template.