Closed cgutierr-zgz closed 1 year ago
Hi, I was wondering if there's a way of compacting the ResponseType.bytes?
Previously I was using my own logger and was able to see it like follows:
// etc...
Which I think for this kind of response is easier to read than the output we get from the PrettyDioLogger:
(It's like 9k lines being printed)
Is there a way of compacting only this kind of outputs? I love the PrettyDioLogger in general, but I guess this could be just an improvement :)
Thanks a lot! ☺️
Hi, I was wondering if there's a way of compacting the ResponseType.bytes?
Previously I was using my own logger and was able to see it like follows:
// etc...
Which I think for this kind of response is easier to read than the output we get from the PrettyDioLogger:
// etc...
(It's like 9k lines being printed)
Is there a way of compacting only this kind of outputs? I love the PrettyDioLogger in general, but I guess this could be just an improvement :)
Thanks a lot! ☺️