ougai icon indicating copy to clipboard operation
ougai copied to clipboard

ChildLogger does not define <<

Open rhuang opened this issue 2 years ago • 0 comments

Similar to https://github.com/tilfin/ougai/issues/112, it seems the child logger doesn't implement <<.

I'm running into an issue where I turned on http_wire_trace in the AWS Ruby SDK, which logs the wire trace in the net gem via <<:

https://github.com/ruby/net-http/blob/master/lib/net/http.rb#L2475

rhuang avatar Sep 27 '23 01:09 rhuang