Jaben Cargman

Results 62 comments of Jaben Cargman

```csharp var log = new Serilog.LoggerConfiguration().WriteTo.MongoDBBson(cfg => { cfg.SetCollectionName("log"); // set the TTL on the log entry to 5 minutes expiration cfg.SetExpireTTL(TimeSpan.FromMinutes(5)); }).MinimumLevel.Verbose().CreateLogger(); ````

A PR would be ideal as I don't have a lot of ways to test this system.

IBlobUploads were implemented a while ago...

In the "Legacy" sink or the new Bson sink? In the new Bson sink, I'll add the option to exclude the MessageTemplate.

> I'm assuming that trusting the self-signed cert on the Seq server isn't an option for you? That's generally the ideal approach, but understandably not always practical. It's all hosted...

* Correct, that property isn't used by the client and can be removed. * I like the idea of the ASP.NET Healthcheck -- but I would release as a separate...

@rasmus this should fix v0 branch builds.

This is a little broken in that the packed Nugets will target the latest EventFlow -- not v0.83.

> @Jaben what's the recommendation here? I haven't touched the v0 code base in a long while A new version of "EventFlow v0" should be released -- and then I'd...