bbovenzi commented on code in PR #71270:
URL: https://github.com/apache/airflow/pull/71270#discussion_r3749791053
##########
airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/TaskLogContent.tsx:
##########
@@ -143,7 +149,7 @@ export const TaskLogContent = ({
getRowText: (index) => {
const entry = visibleItems[index]?.entry;
- return entry ? getEntryText(entry) : "";
+ return entry ? getEntryText(entry, expandedGroups) : "";
Review Comment:
I think we can edit the timestamp here and not have to drill down the
timezone props so much.
--
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]