bugraoz93 commented on code in PR #59281:
URL: https://github.com/apache/airflow/pull/59281#discussion_r2607521098
##########
providers/keycloak/src/airflow/providers/keycloak/auth_manager/keycloak_auth_manager.py:
##########
@@ -150,6 +150,7 @@ def get_url_logout(self) -> str | None:
def refresh_user(self, *, user: KeycloakAuthManagerUser) ->
KeycloakAuthManagerUser | None:
if self._token_expired(user.access_token):
log.debug("Refreshing the token")
+ print("Refreshing the token")
Review Comment:
```suggestion
```
We have the debug one, this seems forgotten :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]