Skip to content

Commit 0a254cf

Browse files
author
Dan Richelson
committed
stop getting latest flags
1 parent 94727af commit 0a254cf

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
@@ -52,6 +52,7 @@ public function get($key)
5252
$uri = $this->_baseUri . self::SDK_FLAGS . "/" . $key;
5353
$response = $this->_client->get($uri, $this->_defaults);
5454
$body = $response->getBody();
55+
$this->_logger->info("Got status code: " . $response->getStatusCode() . " with body: " . $response->getBody());
5556
return FeatureFlag::decode(json_decode($body, true));
5657
} catch (BadResponseException $e) {
5758
$code = $e->getResponse()->getStatusCode();

0 commit comments

Comments
 (0)