tirkarthi opened a new issue, #47621: URL: https://github.com/apache/airflow/issues/47621
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Log grouping renders all logs inside the group in single line which should ideally be separate lines under the group. It looks like leading spaces are also removed making it hard to view the stack traces which are aligned in the disk but not in the UI. It looks like the grouping issue happened with 97d1645204f260f771919250b0567c2987c459b9 where span tags are used.  ### What you think should happen instead? _No response_ ### How to reproduce 1. Run `example_python_operator` example dag. 2. View `print_the_context` task instance log and expand "All kwargs" section. 3. View the `external_python` task which has leading spaces missing stack trace. ### Operating System Ubuntu 20.04 ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] 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]
