kevin1024 / vcrpy

Automatically mock your HTTP interactions to simplify and speed up testing
MIT License
2.72k stars 388 forks source link

Minor logging issue: "Appending request" log spam #685

Open AndyKilpatrick opened 1 year ago

AndyKilpatrick commented 1 year ago

With v4.2.1 I'm seeing a lot of (incorrect I think) "Appending request" logs - from code inspection I think this log should be moved down to https://github.com/kevin1024/vcrpy/blob/master/vcr/cassette.py#L252 after the previous return statements.