mailerlite / laravel-elasticsearch

An easy way to use the official Elastic Search client in your Laravel applications.
MIT License
909 stars 187 forks source link

Fix #58: Replace removed method ClientBuilder::defaultLogger with a f… #59

Closed SirNarsh closed 5 years ago

SirNarsh commented 5 years ago

Fix #58: Replace removed method ClientBuilder::defaultLogger with a falback Monolog Logger

Change affect users with "logging" config set to true, "logPath" and "logLevel" set, and no "logObject" configured.

Thank you!

cviebrock commented 5 years ago

Thanks!