Skip to content

Commit

Permalink
remove httpclientfactory logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandur committed Nov 1, 2022
1 parent 04c76c1 commit d945d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LoRaEngine/modules/LoRaWanNetworkSrvModule/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"Logging": {
"LogLevel": {
"System.Net.Http.HttpClient": "Warning"
"System.Net.Http.HttpClient": "Warning",
"Microsoft.Extensions.Http.DefaultHttpClientFactory": "Warning"
}
}
}

0 comments on commit d945d43

Please sign in to comment.