Skip to content

Commit

Permalink
Feat/update loggrade (#1260)
Browse files Browse the repository at this point in the history
* feat:修改默认日志级别

* feat:update LogLevel
  • Loading branch information
duiapro authored Dec 25, 2023
1 parent ad01e7b commit b360681
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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,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.Auth.Service.Admin/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Default": "Error",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "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": "Information",
"Microsoft.AspNetCore.SignalR": "Information"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Web/Masa.Auth.Web.Admin.Server/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Default": "Error",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.SignalR": "Debug"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Web/Masa.Auth.Web.Sso/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Default": "Error",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.DataProtection": "Information"
}
Expand Down

0 comments on commit b360681

Please sign in to comment.