Lee-W commented on PR #46820:
URL: https://github.com/apache/airflow/pull/46820#issuecomment-2689716593

   > Is there a way to see from response headers or content if the log response 
is a task-sdk log and a normal log to switch between implementations?
   
   In the latest change, we make `StructuredLogMessage` starts like this
   
   ```python
              StructuredLogMessage(event="::group::Log message source details", 
sources=source_list),  # type: ignore[call-arg]
               StructuredLogMessage(event="::endgroup::"),
   ```
   
   This logic is implemented in `airflow/utils/log/file_task_handler.py` so I'm 
not sure what do you mean by task-sdk and normal ones 🤔 


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