Milad-Akarie / pretty_dio_logger

MIT License
221 stars 49 forks source link

Compacting ResponseType.bytes ? #25

Closed cgutierr-zgz closed 1 year ago

cgutierr-zgz commented 2 years 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:

Screenshot 2022-06-15 at 12 07 39

// etc...

Which I think for this kind of response is easier to read than the output we get from the PrettyDioLogger:

Screenshot 2022-06-15 at 12 09 05

// 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! ☺️