We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1223c9e commit cccf315Copy full SHA for cccf315
1 file changed
DotNetMetadataMcpServer/appsettings.json
@@ -10,13 +10,14 @@
10
}
11
},
12
"Serilog": {
13
+ "Using": [ "Serilog.Sinks.File", "Serilog.Sinks.Seq" ],
14
"WriteTo": [
15
{ "Name": "File",
16
"Args": {
17
"path": "%APPDATA%\\DotNetMetadataMcpServer\\log.txt",
18
"rollingInterval": "Day",
19
"shared": true,
- "retainedFileCountLimit:": 7
20
+ "retainedFileCountLimit": 7
21
22
23
//,{ "Name": "Seq", "Args": { "serverUrl": "http://localhost:5341" } }
0 commit comments