bilfeldt / laravel-http-client-logger

A logger for the Laravel HTTP Client
MIT License
144 stars 19 forks source link

Change PUT to Append for Log Storage #21

Closed afiqiqmal closed 2 years ago

afiqiqmal commented 2 years ago

Description

Notice that logToDisk method replace the storage log file with new response value instead of appending it. This PR is to use append method instead of put

Type of change

Please delete options that are not relevant.

bilfeldt commented 2 years ago

Thanks for the PR @afiqiqmal this is a nice addon 👍