api log to elastic

This commit is contained in:
Mikhail Trubnikov
2023-09-27 11:31:46 +10:00
parent feb2e79fc9
commit 00f5d9102a
4 changed files with 22 additions and 3 deletions

View File

@@ -5,6 +5,15 @@
"Microsoft.AspNetCore": "Debug"
}
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
},
"StorageSettings": {
"StoragePath": "W:\\"
},