kaxil commented on code in PR #55725:
URL: https://github.com/apache/airflow/pull/55725#discussion_r2352811086


##########
airflow-core/newsfragments/52651.significant.rst:
##########
@@ -0,0 +1,53 @@
+Airflow now uses `https://www.structlog.org/en/stable/ <structlog>`_ 
everywhere.
+
+Most users should not notice the difference, but it is now possible to emit 
structured log key/value pairs from tasks.
+
+If your class subclasses LoggingMixin (which all BaseHook and BaseOperator do 
-- i.e. all hooks and operators) then ``self.log`` is not a ` <structlog 
logger>`_.

Review Comment:
   ```suggestion
   If your class subclasses LoggingMixin (which all BaseHook and BaseOperator 
do -- i.e. all hooks and operators) then ``self.log`` is now a ` <structlog 
logger>`_.
   ```



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