79832284

Date: 2025-11-28 06:08:14
Score: 2.5
Natty:
Report link

@Nathan you can find a [code sample here](https://github.com/serilog/serilog-settings-configuration/blob/dev/sample/Sample)

Appsettings should work with the following:

{
  "Serilog": {
    "WriteTo": [
      { "Name": "File", "Args": { "path": "log-{Date}.txt", "rollingInterval": "Day" } }
    ]
  }
}
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Nathan
  • Low reputation (0.5):
Posted by: Changer