Closed SeppPenner closed 5 years ago
Great, just to confirm - do I need to have Serilog.Sinks.MicrosoftTeams installed as well? I do have Serilog.Settings.Configuration already installed.
do I need to have Serilog.Sinks.MicrosoftTeams installed as well?
The one in the link? No, this isn't required. This is just the old
, not maintained version of the sink from @DixonDs. The projects are independent. Mine is a fork (with enhancements) of this sink.
Regarding the configuration part with appsettings. I've not yet checked how this works with Serilog. All I can tell is that I didn't explicitely add something to the sink to provide the functionality...
I don't understand this yet... As far as I have tested this, it should work: https://github.com/SeppPenner/Serilog.Sinks.MicrosoftTeams/blob/10f27de25161ec39c121d610a8c8087a4d502c65/Serilog.Sinks.MicrosoftTeams/Serilog.Sinks.MicrosoftTeams/Sinks/MicrosoftTeams/MicrosoftTeamsSink.cs#L63
Sorry, my apology - it was my error. I fixed it and it is working now. Thanks for making this work! This can be closed now.
MinimumLevel isn't working properly (From https://github.com/SeppPenner/Serilog.Sinks.MicrosoftTeams/issues/1#issuecomment-545080734):