-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
13.4.0
### Bug summary
Umbraco hosted in Azure on Linux P0v3
When you are logged in as a member, after …
-
I don't know how to better explain it, I've tried a lot of things. Eventually I got it working by injecting Serilog.ILogger instead of the ILogger from microsoft, but I don't want to have to rewrite…
-
### Issue description
On the "logs" page for an environment, there is a recommendation to install Warren's Log Viewer Tool:
![image](https://github.com/user-attachments/assets/8f121249-8daa-4c62…
-
We have been bitten by this again in a recent release. This logging library should NOT be a dependency in your nuget package.
-
DLL hell again.
[MissingMethodException: Method not found: 'Serilog.LoggerConfiguration Serilog.FileLoggerConfigurationExtensions.File(Serilog.Configuration.LoggerSinkConfiguration, System.String,…
-
Hello serilog,
We love the **Compact Log Event Format (CLEF)** which will generate smaller log outputs, since
- it will save resources for big applications
- and save license cost for log proce…
-
Hello community,
I'm not sure if this is a bug, but I can't figure out why it's not working.
I'm trying to create a PoC where NotImplementedException is filtered out and not logged.
When I appl…
-
**Warning!**
It is highly recommended to discuss feature requests in [the mailing lists](https://logging.apache.org/log4j/2.x/support.html) first.
[A clear and concise description of the feature r…
-
As part of [this commit](https://github.com/serilog/serilog-aspnetcore/commit/92bc15aa27f925bb590ad7940f0272013fd2ead3) in the Serilog.AspNetCore repo the guidance for using Serilog with ASP.NET Core …
-
Serilog is lacking,
1. not performant (allocates a lot)
2. hard to customize (they made everything private)
3. we aren't using serilog to its designed use case; instead we are using the bare minim…