-
Hi, I'm raising this initially just as an issue, to check my thinking and see if there would be interest in this feature. If so, then I can potentially have a go at fully implementing this and raising…
-
I wanted to point this out for anyone using this package, or get corrected if I am mistaken.
Assembly.GetEntryAssembly, (The primary method that this enricher is using to populate the "Assembly__"…
-
We have the same issue as in https://github.com/serilog/serilog/issues/1649, therefore I'm not posting the full template here again.
We need to ensure that our generated data does not leak informat…
-
### Is your feature request related to a problem? Please describe.
Make Logs in context feature work with Serilog is far from ideal in my opinion, since the system requires that `NR_LINKING` metadata…
-
Serilog.Sinks.File - 5.0.0
Serilog.Sinks.SyslogMessages - 3.0.1
SerilogAnalyzer - 0.15.0
We make some masking for our logs. For example, every argument named 'Password' we mask as '***'. Now we n…
-
**Description**
I get a syntax error when embedding a #delimit within an #if block inside a #each loop.
I already log a "StackTrace" property when its present using an #if block to log it first. So …
-
Serilog version: 2.10.0
**Description**
UTC format for timestamp
**Reproduction**
{Timestamp:u} MachineName:{MachineName} Source:{SourceContext} ThreadId:{ThreadId} {Level:u} {Message}{NewLine…
-
As a user i would like to have the option to sanitize logs.
An example would be to scrub credit cards numbers before they hit storage for PCI compliance.
Currently I couldn't find any straight fo…
-
I had a need to add scoped information and the BeginScope provided by Microsoft extensions does not appear to do what want; it sets a _global_ scope, where I want a scope for the executing context (e…
-
**Atm Serilog 3.X targets `net462;net471;netstandard2.1;netstandard2.0;net5.0;net6.0;net7.0` and will continue to do so.**
This was arrived at organically. Going forward, the TL;DR of the policy of…