You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- \Elastica\Client::_log now has a second parameter for passing a Response for logging successful Requests. Note that overriding _log is now deprecated and customisation to logging should be handled with a custom LoggerInterface.
7
8
8
9
### Bugfixes
9
10
- Fix php notice on `\Elastica\Index::getAliases()` if index has no aliases #1078
@@ -16,7 +17,7 @@ All notable changes to this project will be documented in this file based on the
16
17
- Elastica\Client constructor now accepts a LoggerInterface and will log both successful and failed requests. #1069
17
18
18
19
### Deprecated
19
-
20
+
- Configuring the logger in \Elastica\Client $config constructor is deprecated and will be removed. Use the $logger argument instead.
0 commit comments