Andrushika commented on code in PR #71270:
URL: https://github.com/apache/airflow/pull/71270#discussion_r3763585513
##########
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:
You are right, in the latest code, I simply edit timestamp here instead of
using timezone props across `useLogs` and `parseLogs`. Thanks for pointing that
out!
--
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]