Skip to content

Commit

Permalink
chore: update log level
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyouzeng committed Dec 25, 2023
1 parent 272e22d commit dad83af
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 18 deletions.
4 changes: 1 addition & 3 deletions src/Services/Masa.Tsc.Service.Admin/appsettings.Develop.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Error",
"Microsoft.Hosting.Lifetime": "Error"
"Default": "Error"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Information",
"Microsoft.Hosting.Lifetime": "Information"
"Default": "Error"
}
},
"ConnectionStrings": {
Expand Down
4 changes: 1 addition & 3 deletions src/Services/Masa.Tsc.Service.Admin/appsettings.Staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Error",
"Microsoft.Hosting.Lifetime": "Error"
"Default": "Error"
}
}
}
4 changes: 1 addition & 3 deletions src/Web/Masa.Tsc.Web.Admin.Server/appsettings.Develop.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Error",
"Microsoft.Hosting.Lifetime": "Error"
"Default": "Error"
}
},
"AllowedHosts": "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Information",
"Microsoft.Hosting.Lifetime": "Information"
"Default": "Error"
}
},
"CircuitOptions": { "DetailedErrors": true },
Expand Down
4 changes: 1 addition & 3 deletions src/Web/Masa.Tsc.Web.Admin.Server/appsettings.Staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Error",
"Microsoft.Hosting.Lifetime": "Error"
"Default": "Error"
}
},
"AllowedHosts": "*"
Expand Down

0 comments on commit dad83af

Please sign in to comment.