ianbuss opened a new issue, #56473: URL: https://github.com/apache/airflow/issues/56473
### Apache Airflow version 3.1.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? If the configured logging provider does not, or has not yet, emitted the end of log marker, we emit a message in the logs response. This is currently: ``` (Log stream stopped - End of log marker not found; logs may be incomplete.) ``` If the UI encounters this, it refuses to show any logs at all since it is not in ndjson format. There are no error logs in the browser console. ### What you think should happen instead? The warning text should be emitted in ndjson format to match the content type of the response. ### How to reproduce Use a logging provider which does not write an end of log marker, for example if sidecar logging to elasticsearch is configured in an environment. ### Operating System Linux ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
