You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/08 04:29:45 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #24910: Automatically detect if non-lazy logging interpolation is used

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


##########
STATIC_CODE_CHECKS.rst:
##########
@@ -175,6 +175,8 @@ require Breeze Docker image to be build locally.
 +--------------------------------------------------------+------------------------------------------------------------------+---------+
 | check-integrations-are-consistent                      | Check if integration list is consistent in various places        |         |
 +--------------------------------------------------------+------------------------------------------------------------------+---------+
+| check-lazy-logging                                     | Check that all logging is lazy                                   |         |

Review Comment:
   ```suggestion
   | check-lazy-logging                                     | Check that all logging are lazy                                   |         |
   ```
   
   ?



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org