-
The logic to allow for easy appsettings configuration doesn't work with complex types. Its easy enough to add this extension to my own assembly but wonder if it should be provided by default
…
-
I updated my project to the latest serilog splunk package and now my logs no longer appear in splunk.
I'm using Serilog 3.1.1 and I have a test case to log a handful of lines to Splunk that works fi…
-
The scope was changed again. I was inheriting from PeriodicBatchingSink. Several projects inherit from this class as well. I think this happened in 3.0.0 and was reverted in 3.1.*.
Is this intende…
-
I was looking around the Web and then here - is there a "OpenTelemetry.Exporter.Loki" somewhere?
```
builder.Logging.AddOpenTelemetry(options =>
{
options.AddLokiExporter();…
-
### Discussed in https://github.com/serilog-contrib/serilog-sinks-grafana-loki/discussions/247
Originally posted by **danielhuntleyalpine** January 29, 2024
When using this package with versio…
-
Am I right in thinking the InMemorySink does not provide an option to set the outputFormatter? Because of the async nature of the InMemorySink.Instance I have had to register an instance of a singleto…
-
In our project, we have an issue with searing for fast operations. If the difference between the two events is less than 1 millisecond _time property cannot be used in proper way, as both event has th…
-
I have couple of issues as listed below. It would be great if you help me to resolve these issues.
Issue 1:
I have an Asp.net core 6 web api. I host the application in Azure App Services. I have…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
https://github.com/serilog-contrib/serilog-ui/assets/8641495/e54390a0…
-
Using Serilog.UI.MsSqlServerProvider all timestamps are displayed in the UI as 'Jan 1, 1901 0:00:00.000'
![Screenshot 2023-10-31 164910-2](https://github.com/serilog-contrib/serilog-ui/assets/79988…