Basic MVC application
This commit is contained in:
8
ASP.Net Core/MVCBasics/appsettings.json
Normal file
8
ASP.Net Core/MVCBasics/appsettings.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"LogLevel": {
|
||||
"Default": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user