Logging
Logs are facts emitted by your application especially when it is running in production.
Structured logging is a way to give facts a shape so that you can query logs better.
Serilog is a structured logging library for .NET and it is one of the most popular logging libraries in .NET.
But how to use Serilog with the new .NET 8 Worker template?