Skip to content

Commit

Permalink
Change the debug flag to GOOGLE_SDK_PHP_LOGGING
Browse files Browse the repository at this point in the history
  • Loading branch information
Hectorhammett committed Dec 2, 2024
1 parent b05fd63 commit a897b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ApplicationDefaultCredentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
*/
class ApplicationDefaultCredentials
{
private const SDK_DEBUG_FLAG = 'GOOGLE_SDK_DEBUG_LOGGING';
private const SDK_DEBUG_FLAG = 'GOOGLE_SDK_PHP_LOGGING';

/**
* @deprecated
Expand Down
2 changes: 1 addition & 1 deletion tests/ApplicationDefaultCredentialsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ApplicationDefaultCredentialsTest extends TestCase
private $targetAudience = 'a target audience';
private $quotaProject = 'a-quota-project';
private $originalServiceAccount;
private const SDK_DEBUG_FLAG = 'GOOGLE_SDK_DEBUG_LOGGING';
private const SDK_DEBUG_FLAG = 'GOOGLE_SDK_PHP_LOGGING';

public function testGetCredentialsFailsIfEnvSpecifiesNonExistentFile()
{
Expand Down

0 comments on commit a897b0b

Please sign in to comment.