Skip to content

Commit 4bfa85c

Browse files
Remove HttpClient logging
Avoid noisy HttpClient logging by settings System to Warning.
1 parent 45b5d7b commit 4bfa85c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/net8.0/aspnetcore/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"Logging": {
33
"LogLevel": {
44
"Default": "Information",
5-
"Microsoft.AspNetCore": "Warning"
5+
"Microsoft.AspNetCore": "Warning",
6+
"System": "Warning"
67
}
78
},
89
"AllowedHosts": "*"

0 commit comments

Comments
 (0)