Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyouzeng committed Dec 25, 2023
1 parent a0988e6 commit 589bc6f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Services/Masa.Tsc.Service.Admin/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
"LogLevel": {
"Default": "Error",
"Microsoft": "Error",
"Microsoft.EntityFrameworkCore.SqlServer": "Error",
"System.Net.Http.HttpClient": "Error"
},
"Microsoft.EntityFrameworkCore.SqlServer": {
"Console": {
"LogLevel": {
"Default": "Error"
"Microsoft.EntityFrameworkCore.SqlServer": "Error"
}
}
}
},
"LocalRedisOptions": {
"Servers": [
Expand Down

0 comments on commit 589bc6f

Please sign in to comment.