TranscodingStreams.jl icon indicating copy to clipboard operation
TranscodingStreams.jl copied to clipboard

Remove `@debug` in `transcode`

Open mmiller-max opened this issue 4 years ago • 1 comments

Is the debug logging in transcode necessary? I am having to alter logging behaviour either side of this function to stop the debug logs from this function hiding the debug logs for a microservice that doing a lot of encoding and decoding. Happy to make a PR if this change is acceptable

mmiller-max avatar Sep 22 '21 10:09 mmiller-max

Drive by-comment, but you can filter out logs from specific modules, see https://julialogging.github.io/how-to/filter-messages/ and e.g. this example https://github.com/JuliaLogging/LoggingExtras.jl#filterout-any-messages-from-http .

fredrikekre avatar Feb 10 '22 13:02 fredrikekre