-
When I add ILogger parameter to regular class Worker it is resolved as instance with context Worker and errors are correctly logged with SourceContext set to Worker.
However, when ILogger is parame…
-
I migrated my solution from 3.1 to .NET 7. Everything seems to work perfectly until after a few hours (there is no exact time). Hangfire stops processing and starts queuing up to the available works l…
-
I spent all day chasing my tail wondering why logging to my db was not working. Turns out that if `Log.Logger` is not assigned, logging to the database does not work. IDK if this is by design or not…
-
There's a note regarding avoidance of `TaskCreationOptions.LongRunning`:
>💡 NOTE:`Task.Factory.StartNew` has an option `TaskCreationOptions.LongRunning` that under the covers creates a new thread …
-
In the AsLoggableValue method of the SerilogLogger, the formatter delegate is always invoked with the exception parameter as null. This causes issues if the Exception object is used in the formatter d…
-
-
**Is your feature request related to a problem? Please describe.**
Event Store version 20+ logs to file with a templated message not suitable for human eyes, e.g.
`“@mt”: “Connection ‘{connectionNam…
-
# .Net Core microservice application with ABP - Identity Services - Part 4 | Anto | Anto Subash
[https://blog.antosubash.com/posts/netcore-microservice-with-abp-identity-services-part-4](https://bl…
-
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
I'm thinking that this sink should implement the new Serilog 4.x `IBatchedLogEventSink` …
-
When using a hostsettings.json file to set the environment, only the built-in source context logs come through with the correct environment. Any custom code that calls an ILogger log method enriches t…