rawwar commented on code in PR #48774:
URL: https://github.com/apache/airflow/pull/48774#discussion_r2028123613


##########
providers/amazon/src/airflow/providers/amazon/aws/log/cloudwatch_task_handler.py:
##########
@@ -116,8 +116,18 @@ def processors(self) -> tuple[structlog.typing.Processor, 
...]:
         import structlog.stdlib
 
         logRecordFactory = getLogRecordFactory()
+        # The handler MUST be initted here, before the processor is actually 
used to log anything.

Review Comment:
   ```suggestion
           # The handler MUST be initialized here before the processor is 
actually used to log anything.
   ```



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