Skip to content

Commit 110ea42

Browse files
authored
Merge pull request #41 from launchdarkly/jko/php-5.3-v2
Set the logger from options
2 parents e1261dd + 5bf3e1c commit 110ea42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LaunchDarkly/GuzzleFeatureRequester.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function __construct($baseUri, $sdkKey, $options) {
2828
)
2929
));
3030
$this->_client->setUserAgent('PHPClient53/' . LDClient::VERSION);
31+
$this->_logger = $options['logger'];
3132
if (isset($options['cache_storage'])) {
3233
$cachePlugin = new CachePlugin(array('storage' => $options['cache_storage'], 'validate' => false));
3334
$this->_client->addSubscriber($cachePlugin);

0 commit comments

Comments
 (0)