AspNetCore.Docs/aspnetcore/hosting/windows-service/sample/appsettings.json

9 lines
103 B
JSON

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug"
}
}
}