kacpermuda commented on code in PR #47564:
URL: https://github.com/apache/airflow/pull/47564#discussion_r2018148842


##########
providers/apache/livy/src/airflow/providers/apache/livy/operators/livy.py:
##########
@@ -189,7 +215,7 @@ def poll_for_termination(self, batch_id: int | str) -> None:
         """
         state = self.hook.get_batch_state(batch_id, retry_args=self.retry_args)
         while state not in self.hook.TERMINAL_STATES:
-            self.log.debug("Batch with id %s is in state: %s", batch_id, 
state.value)
+            self.log.error("Batch with id %s is in state: %s", batch_id, 
state.value)

Review Comment:
   Should we log.error here or was it just for testing?



-- 
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]

Reply via email to