eladkal commented on code in PR #41482:
URL: https://github.com/apache/airflow/pull/41482#discussion_r1726798217


##########
airflow/io/path.py:
##########
@@ -54,7 +54,7 @@ def __getattr__(self, name):
         if callable(attr):
             # If the attribute is a method, wrap it in another method to 
intercept the call
             def wrapper(*args, **kwargs):
-                self.log.error("Calling method: %s", name)
+                self.log.debug("Calling method: %s", name)

Review Comment:
   Is this related to this PR?
   If not please extract to separated PR



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