Modify launchSettings and appsettings
This commit is contained in:
parent
0b2ba8a916
commit
5b692a5d74
2 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,11 @@
|
||||||
{
|
{
|
||||||
"profiles": {
|
"profiles": {
|
||||||
|
"NucuCar.Sensors": {
|
||||||
|
"commandName": "Project",
|
||||||
|
"environmentVariables": {
|
||||||
|
"DOTNET_ENVIRONMENT": "Production"
|
||||||
|
}
|
||||||
|
},
|
||||||
"NucuCar.Sensors.Development": {
|
"NucuCar.Sensors.Development": {
|
||||||
"commandName": "Project",
|
"commandName": "Project",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
"Default": "Debug",
|
"Default": "Debug",
|
||||||
"System": "Information",
|
"System": "Debug",
|
||||||
"Grpc": "Information",
|
"Grpc": "Debug",
|
||||||
"Microsoft": "Information"
|
"Microsoft": "Debug"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue