Skip to content

Commit

Permalink
redact accessToken in appClient log
Browse files Browse the repository at this point in the history
  • Loading branch information
zivillian committed Jan 9, 2025
1 parent f1c6bb2 commit 8efaf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ora2mqtt/BaseCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ protected GwmApiClient ConfigureApiClient(Ora2MqttOptions options)
{
InnerHandler = new HttpClientHandler()
});
var appClient = new HttpClient(new LoggingHttpMessageHandler(httpLogger)
var appClient = new HttpClient(new LoggingHttpMessageHandler(httpLogger, httpOptions)
{
InnerHandler = httpHandler
});
Expand Down

0 comments on commit 8efaf52

Please sign in to comment.