mjohansenwork opened a new issue, #41198: URL: https://github.com/apache/airflow/issues/41198
### Description Is there a way to automatically expand [grouping of log lines](https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/logging-monitoring/logging-tasks.html#grouping-of-log-lines)? When I am debugging a task failure, I often need to look at the `Post task execution logs` to find out why a task failed. Manually expanding that log group every time I'm debugging is tedious. ### Use case/motivation It would be great to have a feature to either: - Automatically expand specific log groups - Disable log grouping for specific log groups It looks like the post execution group start is printed [on this line of code](https://github.com/apache/airflow/blob/main/airflow/models/taskinstance.py#L340). ### Related issues _No response_ ### Are you willing to submit a 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]
