kaxil commented on code in PR #43183: URL: https://github.com/apache/airflow/pull/43183#discussion_r1807087150
########## newsfragments/43183.significant.rst: ########## @@ -0,0 +1,5 @@ +Remove TaskContextLogger + +We introduced this as a way to inject messages into task logs from places +other than the task execution context. We later realized that we were better off +just using the Log table. Review Comment: Am I correct in thinking we wanted to use this feature to show triggered logs and scheduler logs into Task logs? Do we have a replacement? I think Triggerer logs now appear in Webserver. Worth mentioning it if that's right. -- 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]
