sonnenglas / amazon-mws-laravel

A library to connect to Amazon's MWS web services in an object oriented manner
Apache License 2.0
64 stars 73 forks source link

Add options in config file to specify log file #20

Open fcorbi opened 5 years ago

fcorbi commented 5 years ago

In config/amazon-mws.php add a key as 'log-file' or 'log-driver' to specify the file/driver to use for logging

it's useful to separate log of library from log of the laravel application