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