-
The Serilog maintainers want you to have a great experience using Serilog, and will happily track down and resolve bugs. We all have limited time, though, so please think through all of the factors th…
-
Hi,
I'm trying to use `AzureTableStorageWithProperties`, and I have a property that's attached to the context; something like this:
```cs
using (LogContext.PushProperty("CameraId", camera.Id)
…
-
Hi guys,
Any objections if I create a PR to bump to the latest version of Serilog.Sinks.File?
Cheers
-
nuget:https://www.nuget.org/packages/Serilog.Sinks.Skywalking/
repo:https://github.com/SpringHgui/serilog-sinks-skywalking
-
### Is your feature request related to a problem? Please describe.
When using the framework agent on Windows, the agent is able to write its log messages to the Windows Event log if it has an error a…
-
**Is your feature request related to a problem? Please describe.**
while use rolling file on day, log file will always attched with a day, such as log20230415.txt.
it's very strange to someone who u…
-
The `MinimumLevel` override does not consider the `SourceContext` property defined in a `LogEvent`.
Repro:
```csharp
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Verbose()
.Mi…
-
```
void Main()
{
Log.Logger = new LoggerConfiguration()
.WriteTo.Console()
.WriteTo.TestCorrelator()
.CreateLogger();
using (TestCorrelator.CreateContext())
{
Log.Information("My …
-
Robin Sue's [_SerilogAnalyzer_](https://github.com/suchiman/seriloganalyzer) has proven to be a fantastic lint as well as a learning tool and helpful guide to trickier pieces of the API such as the XM…
-
When updating to version 3.0.0-dev-01842 the following error occurs at LoggerConfiguration
CODE
Log.Logger = new LoggerConfiguration().MinimumLevel.Debug()
.WriteTo.File(CoreData.Storage.Fil…