cakephp / elastic-search

Elastic search datasource for CakePHP
Other
88 stars 53 forks source link

Fixes to log method #112

Closed lilHermit closed 7 years ago

lilHermit commented 7 years ago

Fixed: _logger is no longer unset as Elastica\Client constructor sets to \Psr\Log\NullLogger Fixed: data logged where context is an Exception or something else

markstory commented 7 years ago

Looks good. Test failures are likely caused to a newer version of elasticsearch that is incompatible with our search filter code.