ashb opened a new pull request, #55695:
URL: https://github.com/apache/airflow/pull/55695
- Show the timestamp of the log start of group log message
- Add an explicit end of group marker, that when clicked collapses the group.
Since the "source" message is an empty group and every log has this group,
we don't include the end of group if there is only one thing in the group
- Don't show "other properties" on the group header, only when they are
expanded.
This fixes the wart where the "Log message source details" was expandable,
but contained nothing.
It now has a shorter message to start with and expands to show more info
# 🖼️
**Before** (note the `filename=` and `lineno=`)
<img width="1321" height="370" alt="Screenshot 2025-09-15 at 18 50 29"
src="https://github.com/user-attachments/assets/c3b0551e-6a95-446b-b084-bb307844123b"
/>
**After**
<img width="1316" height="374" alt="Screenshot 2025-09-15 at 18 54 01"
src="https://github.com/user-attachments/assets/69e02f68-febe-40cb-9a2f-306308c75897"
/>
**Before (expanded)**
<img width="1309" height="651" alt="Screenshot 2025-09-15 at 18 51 25"
src="https://github.com/user-attachments/assets/c30a47a7-2c72-4181-859d-1ed0b18b9436"
/>
**After (expanded)**
<img width="1322" height="724" alt="Screenshot 2025-09-15 at 18 43 53"
src="https://github.com/user-attachments/assets/017cbb05-11a7-43ca-9cc4-7f4d9ad1f1b3"
/>
--
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]