vectordotdev / timber-ruby

🌲 Great Ruby logging made easy.
https://timber.io
Other
154 stars 19 forks source link

Capture content_length for both HTTP requests and responses #170

Closed binarylogic closed 7 years ago

binarylogic commented 7 years ago

Assuming the byte_size is readily available, we should map this to the content_length field for all HTTP request and response events. We should also include this in the actual log message.