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