{
"Serilog": {
"MinimumLevel": {
"Default": "Debug"
},
"Enrich": [
"FromLogContext",
"WithMachineName",
"WithThreadId"
]
}