Skip to content

Commit

Permalink
feat/updateloglevel (#635)
Browse files Browse the repository at this point in the history
* Update appsettings.Staging.json

* Update appsettings.Develop.json

* Update appsettings.json

* Update appsettings.Staging.json

* Update appsettings.Develop.json

* Update appsettings.json
  • Loading branch information
duiapro authored Dec 25, 2023
1 parent 1b551f0 commit 337e0bd
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Services/Masa.Dcc.Service/appsettings.Develop.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Default": "Error",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Masa.Dcc.Service/appsettings.Staging.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Default": "Error",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Masa.Dcc.Service/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Default": "Error",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Default": "Error",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Default": "Error",
"Microsoft.AspNetCore": "Warning"
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Default": "Error",
"Microsoft.AspNetCore": "Warning"
}
},
Expand Down

0 comments on commit 337e0bd

Please sign in to comment.