Milad-Akarie / pretty_dio_logger

MIT License
220 stars 49 forks source link

Support max body length. #11

Open Hanggi opened 3 years ago

Hanggi commented 3 years ago

Some times the request body is too long to show.

lalit3102 commented 2 years ago

yes please it slow down the rendering

willnode commented 2 years ago

Just used dio to download Image (in bytes Stream) and all the bytes show up.

kczpl commented 2 years ago

same as @willnode, I download pdf file using dio and my ResponseType is bytes. Pretty logger prints whole List of ints which is quite long.

oleksii-pimenov commented 2 years ago

same problem

lucavenir commented 1 year ago

Isn't this solved? As of now I do see maxWidth in the APIs.

lalit3102 commented 1 year ago

its not about the maxWidth its the length of the response, if i receive list of json then it will print the whole list which took so much time

lucavenir commented 1 year ago

@lalit3102 Oh, ok, I didn't get this one at first. Thanks!

Milad-Akarie commented 4 days ago

you can omit byte array responses now

willnode commented 4 days ago

Thank you so much!