Merge pull request #8925 from umbraco/netcore/feature/use-serilog-to-log-all-messages

Netcore: Use serilog to log all messages and use appsettings as config
This commit is contained in:
Mole
2020-09-23 09:37:43 +02:00
committed by GitHub
23 changed files with 142 additions and 285 deletions

View File

@@ -2,6 +2,16 @@
"ConnectionStrings": {
"umbracoDbDSN": ""
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"System": "Warning"
}
}
},
"Umbraco": {
"CMS": {
"Content": {