uranusjr commented on code in PR #27917:
URL: https://github.com/apache/airflow/pull/27917#discussion_r1036740942


##########
airflow/providers/amazon/aws/hooks/athena.py:
##########
@@ -91,8 +94,12 @@ def run_query(
         }
         if client_request_token:
             params["ClientRequestToken"] = client_request_token
+        if self.log_query:
+            self.log.info("Running Query with params: %s", params)

Review Comment:
   Would it be a good idea to still log the query, but to the debug level 
instead?



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