Skip to content

Commit b7218ad

Browse files
fix: change log level from debug to warning for non-OAuth authenticator message
Co-Authored-By: Daryna Ishchenko <darina.ishchenko17@gmail.com>
1 parent e1da9a4 commit b7218ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

airbyte_cdk/sources/streams/http/http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ def _handle_error_resolution(
478478
f"Failed to refresh OAuth token: {refresh_error}. Proceeding with retry using existing token."
479479
)
480480
else:
481-
self._logger.debug(
481+
self._logger.warning(
482482
"REFRESH_TOKEN_THEN_RETRY action received but authenticator does not support token refresh. "
483483
"Proceeding with normal retry."
484484
)

0 commit comments

Comments
 (0)