-
A Header is being incorrectly added to a log file at exactly 30 min intervals when Serilog is configured to roll a log file when reaching a file size limit. Our Serilog initialisation code is shown b…
-
I can get this sink to work through code.
```
Log.Logger = new LoggerConfiguration()
.ReadFrom.Configuration(configuration)
.WriteTo.MSSqlServer(configu…
-
- [x] Bug
- [ ] New Feature
**What version of Serilog.Sinks.Elasticsearch is affected? Please list the related NuGet package.**
Serilog.Sinks.Elasticsearch Version=8.4.1
**What is the target …
-
Just tried this sink with a working Loggly account but seems not working at all.
This is my configuration code:
```
private void SetupLogglyConfiguration()
{
const s…
-
Question posted on #3546 by @pdonovan:
> Not sure the best place to ask this... but when we should end-users (e.g. myself) expect to get a prerelease NuGet package for OpenTelemetry.Extensions.Seri…
-
https://devblogs.microsoft.com/microsoft365dev/retirement-of-office-365-connectors-within-microsoft-teams/
Insane Move/Timeframe by Microsoft, just read the comments on the linked post to see how p…
-
I've started trying to use the Paradox loggers. The first thing I noticed is that the logger levels for Debug and Verbose in [LogMessageType](https://github.com/SiliconStudio/paradox/blob/master/sourc…
-
We're using these libraries to send log messages from a Blazor WebAssembly app up to an ASP.NET server in Azure, which in turn logs to ApplicationInsights. However, all exceptions coming from the clie…
-
Hello,
Do you have an example of how this could be used in Azure Functions 2.0 where the ILogger is passed into the static function? (There is a lack of DI in Azure Functions 2.0 currently)
Th…
-
Hi,
first of all: Cool sink. We recently introduced Slack in our company and I would love to output Error/Fatal log messages into a channel. I managed to do so with this sink in minutes. 👍
Whil…