Skip to content

Commit

Permalink
SNOW-916949: Make log level match other log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf committed Feb 10, 2024
1 parent 1d6ac86 commit 0088e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowflake.Data/Core/Authenticator/OktaAuthenticator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async Task IAuthenticator.AuthenticateAsync(CancellationToken cancellationToken)
lastRetryException = ex;
if (IsPostbackUrlNotFound(lastRetryException))
{
logger.Info("Refreshing token for Okta re-authentication and starting from step 3 again");
logger.Debug("Refreshing token for Okta re-authentication and starting from step 3 again");

// Get the current retry count and timeout elapsed from the response headers
retryCount += int.Parse(samlRawResponse.Content.Headers.GetValues(RetryCountHeader).First());
Expand Down

0 comments on commit 0088e61

Please sign in to comment.