-
Investigate test sink (search github) and look at how the test is done for the enricher https://github.com/serilog/serilog-enrichers-environment/commit/24c1c874ed4044ec488a5119130c869d328f9fbd
-
I'm trying to figure out if it's possible to add automatic IP logging. The problem is that an enricher would need to use DI to grab a reference to the current (transient) `IHttpContextAccessor` and si…
-
Hello,
I've found out that according to
https://cloud.google.com/trace/docs/trace-log-integration
traces should have the following format
`projects/[PROJECT_ID]/traces/[TRACE_ID]`
however, …
-
Hi All,
I try to create logger with using different serilog sink and different LogEventLevel. But I realized something.
I have use DefaultLogLevel as Warning and EmailLogLevel as Fatal. I have r…
-
Bug Report / Support Request Template
--------------------------------------
If you are opening a feature request, you can ignore this template. Bug reports and requests for assistance usually requi…
-
Hi,
I'm trying to implement request/response logging middleware that would be logging request and response body payload as serilog properties (logging to .json file).
For GET requests, body of the…
-
I have configured logging with below values
.Enrich.WithUserName(noneUsername: "not found")
.Enrich.WithClaimValue(ClaimTypes.NameIdentifier, "TestUserName");
Its getting logged…
-
By truncate result, or only print primitives(-likes)
split of https://github.com/NLog/NLog/issues/2588
-
I am new to Serilog. Like most others I need to log location of exceptions, etc. in my code.
I found a workaround [here](https://stackoverflow.com/questions/29470863/serilog-output-enrich-all-message…
-
1. Serilog traces turn into Custom events in AI.
2. Serilog properties turn into Custom Data properties in AI.
3. AI contains a filtering option, that allows to filter telemetry accor…