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

Fix ineffective muteLog config setting #13

Closed forgueam closed 5 years ago

forgueam commented 6 years ago

The check of the muteLog config value was after the actual log method invocation, making the config value useless. Moved the muteLog config check above the logging call so that log messages are actually muted if $muteLog is true.