16 lines
314 B
JSON
16 lines
314 B
JSON
|
{
|
|||
|
"Serilog": {
|
|||
|
"Using": [ "Serilog.Sinks.File" ],
|
|||
|
"MinimumLevel": "Debug",
|
|||
|
"WriteTo": [
|
|||
|
{
|
|||
|
"Name": "File",
|
|||
|
"Args": { "path": "log.log" }
|
|||
|
}
|
|||
|
],
|
|||
|
"Properties": {
|
|||
|
"Application": "Sample"
|
|||
|
}
|
|||
|
}
|
|||
|
}
|