Skip to content

Commit e7a997b

Browse files
committed
Set noisy system net logs to warning level
1 parent 236b487 commit e7a997b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/api/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"LogLevel": {
2121
"Default": "Warning",
2222
"Api": "Information",
23-
"Hangfire": "Information"
23+
"Hangfire": "Information",
24+
"System.Net": "Warning"
2425
},
2526
"ApplicationInsights": {
2627
"LogLevel": {

0 commit comments

Comments
 (0)