aungwinthant / apilogger

Small laravel package for viewing api logs which can be used in debugging.
MIT License
346 stars 61 forks source link

Save API response #3

Closed arturcorvino closed 4 years ago

arturcorvino commented 4 years ago

It would be nice if the project saved api's response for each request as well. Do you think it's possible?

BTW, that’s awesome!! Congrats! 🤩

aungwinthant commented 4 years ago

Hi, it is possible. At first, I added response. Later I replaced it with just status code because response text is very long in some cases such as an exception throws. I will try to include response content with necessary exception logics with better ui later.

warrence commented 4 years ago

Hi, thanks for such an awesome package. It would be really nice if we have the response logged as well, is this still happening?