Skip to content

Commit

Permalink
Configure EventLog LogLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
phongnguyend committed Jul 27, 2024
1 parent abdae2c commit 6465b65
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
},
"EventLog": {
"LogLevel": {
"Default": "Warning"
}
}
},
"Monitoring": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"Logging": {
"LogLevel": {
"Default": "Warning"
},
"EventLog": {
"LogLevel": {
"Default": "Warning"
}
}
},
"AllowedHosts": "*",
Expand Down
5 changes: 5 additions & 0 deletions src/Monolith/ClassifiedAds.BackgroundServer/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"LogLevel": {
"Default": "Warning"
},
"EventLog": {
"LogLevel": {
"Default": "Warning"
}
},
"File": {
"MinimumLogEventLevel": "Information"
}
Expand Down

0 comments on commit 6465b65

Please sign in to comment.