lostisland / faraday

Simple, but flexible HTTP client library, with support for multiple backends.
https://lostisland.github.io/faraday
MIT License
5.71k stars 972 forks source link

Fix some logging inefficiencies #1515

Closed semaperepelitsa closed 1 year ago

semaperepelitsa commented 1 year ago

When reviewing Faraday logger I noticed two inefficiencies:

This PR fixes both issues.

semaperepelitsa commented 1 year ago

@iMacTia, done!

Related PR: https://github.com/lostisland/faraday/pull/1079

cc @amrrbakry