bilfeldt / laravel-http-client-logger

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

Async logging #1

Closed bilfeldt closed 2 years ago

bilfeldt commented 3 years ago

We should add configuration whether or not logging should be handled synchronously (default) or asynchronously using a job.

bilfeldt commented 2 years ago

This is easily achieved using a custom logger and the new logWith method : https://github.com/bilfeldt/laravel-http-client-logger/pull/15