-
### Describe the story, please be clear on scope of the story.
The `NewRelic.Agent.TestUtilities` project implements a memory-based log4net logger that is used in conjunction with many unit tests.
…
-
Since https://github.com/FantasticFiasco/serilog-sinks-http/issues/203 the limit is defined in bytes.
Seq's sink have the property to limit the queue size by number of log events:
```c#
/// T…
-
Hello,
first of all i would like to apologize that I'm posting this issue here,
but the serilog exceptionless extension project doesn't include the issues page.
I'm initializing logger with ser…
-
**Describe the bug**
Without changing settings, upgraded from 2.2.4.1500 to 2.2.5.1538, when running the scheduled task to check renewal nothing gets logged to C:\ProgramData\win-acme\acme-v02.api.le…
-
**Is your feature request related to a problem? Please describe.**
With roundhouse we used to run the database migration from a C# AWS Lambda function. We used Nuget to download roundhouse.core and r…
-
**A few questions before you begin:**
**Does this issue relate to a new *feature* or an existing *bug*?**
Bug ?
**What version of Serilog.Sinks.Elasticsearch is affected? Please list the…
-
#23 (Move to GitHub Actions) is a prerequisite.
1. Update csproj files for `Serilog.Sinks.Syslog` and `Serilog.Sinks.Syslog.Tests`
2. Ensure tests pass on Windows and Linux for `net6.0`
3. Update…
-
Hello.
## Description
We have an app installed on many PC's, that collects some information into .csv each time user clicks.
**The problem is that sometimes a large amount of null characters app…
-
According to the "Developing a sink" wiki:
https://github.com/serilog/serilog/wiki/Developing-a-sink#releasing-resources
sinks that implement the IDisposable interface will have Dispose() called w…
-
Either create a logging method and write a file. Or possible leverage the internal logging mechanisms and simply output to the websocket server.