hterik commented on issue #44376: URL: https://github.com/apache/airflow/issues/44376#issuecomment-4840443901
This is solved in Airflow 3 and can be closed. Confirmed on 3.1.8. `FileTaskHandler.read()` now always returns a stream of `StructuredLogMessage`, where the timestamp is always in UTC and the UI renders the timestamp according to the users choice. 👍 Normally, the NDJSON logs produced by Airflow are timestamped in the json, if you are using a remote storage solution you can also override the `StructuredLogMessage.timestamp` within the `read` function. -- 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]
