-
-
I want the logs to be stored in some structured storage (e.g. check how ELMAH does its deeds). Provide log storage and a way to read the logs (and to maintain the storage if needed).
-
Are there plans to support Data dog as a log server instead of using it just as an event system?
FYI: [https://www.datadoghq.com/log-management/](https://www.datadoghq.com/log-management/)
-
**Describe the bug**
Function "Error()" of Serilog.ILogger is adding the \r\n escape characters to the string.
I am currently using the following Code to send a Log Message to an HTTP endpoint.
…
-
**Does this issue relate to a new *feature* or an existing *bug*?**
- [x] Bug
- [ ] New Feature
**What version of Serilog.Sinks.Elasticsearch is affected? Please list the related NuGet package.*…
-
Hi, many thanks for the package.
My platform are Windows 10 and Mac M1, and ANSI version is v1.1.2.
I have been using `Serilog` in .NET (https://github.com/serilog/serilog-sinks-console). The lo…
-
### Describe the bug
I have an application that uses the serilog and serilog-sinks-mssqlserver libraries for logging.
The MsSqlServer library **works great** when built and run via Visual Studio…
-
**Does this issue relate to a new *feature* or an existing *bug*?**
- [ ] Bug
- [x] New Feature
_*Not sure if it's a new feature, but it seems like that unless I'm missing some additional configu…
-
Hello!
Maybe add `LogToSink` [extensions](https://github.com/AvaloniaUI/Avalonia/blob/7fe6248f11bf316073d8f5c7045313410471d74c/src/Avalonia.Controls/LoggingExtensions.cs#L6) for assign the implemen…
-
I have both a web app and a console app (both .NET Core 3.1) that I am trying to add the MySql sink to. They share identical appsettings.json files, and the standard console sink works on both. Howe…