Skip to content

Commit

Permalink
chore: Modify log level
Browse files Browse the repository at this point in the history
  • Loading branch information
wzh425 committed Dec 25, 2023
1 parent a5dbe31 commit d8f8ff7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
3 changes: 1 addition & 2 deletions src/Services/Masa.Alert.Service/appsettings.Develop.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Error",
"Microsoft.AspNetCore": "Warning"
"Default": "Error"
}
}
}
3 changes: 1 addition & 2 deletions src/Services/Masa.Alert.Service/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
},
"Logging": {
"LogLevel": {
"Default": "Error",
"Microsoft.AspNetCore": "Warning"
"Default": "Error"
}
}
}
3 changes: 1 addition & 2 deletions src/Services/Masa.Alert.Service/appsettings.Staging.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Error",
"Microsoft.AspNetCore": "Warning"
"Default": "Error"
}
}
}
3 changes: 1 addition & 2 deletions src/Services/Masa.Alert.Service/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Error",
"Microsoft.AspNetCore": "Warning"
"Default": "Error"
}
},
"AllowedHosts": "*",
Expand Down
3 changes: 1 addition & 2 deletions src/Web/Masa.Alert.Web.Admin.Server/appsettings.Develop.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Error",
"Microsoft.AspNetCore": "Warning"
"Default": "Error"
}
},
"AllowedHosts": "*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Error",
"Microsoft.AspNetCore": "Warning"
"Default": "Error"
}
},
"AllowedHosts": "*",
Expand Down
3 changes: 1 addition & 2 deletions src/Web/Masa.Alert.Web.Admin.Server/appsettings.Staging.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Error",
"Microsoft.AspNetCore": "Warning"
"Default": "Error"
}
},
"AllowedHosts": "*",
Expand Down
3 changes: 1 addition & 2 deletions src/Web/Masa.Alert.Web.Admin.Server/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Error",
"Microsoft.AspNetCore": "Warning"
"Default": "Error"
}
},
"AllowedHosts": "*",
Expand Down

0 comments on commit d8f8ff7

Please sign in to comment.