[REFACTOR] Name change projects and solution
This commit is contained in:
20
Manager.App/appsettings.Development.json
Normal file
20
Manager.App/appsettings.Development.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"DotBased": {
|
||||
"Logging": {
|
||||
"Severity": "Debug",
|
||||
"SeverityFilters":{
|
||||
"Microsoft": "Debug",
|
||||
"Microsoft.Hosting.Lifetime": "Debug",
|
||||
"Microsoft.AspNetCore": "Warning",
|
||||
"Microsoft.AspNetCore.Authentication": "Debug",
|
||||
"MudBlazor": "Debug"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Trace",
|
||||
"Microsoft.AspNetCore": "Debug"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user