-
-
Notifications
You must be signed in to change notification settings - Fork 727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option for timestamps from output of Node.get_logs
#4932
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI failures are introduced since the performance report tests assert very specifically how the logs look like. You might want to relax the asserts over there.
Are there any other user-facing places where we might want to add timestamps for logs? Currently this only impacts the perf report and Jupyter notebook representation. |
Will probably want to wait on #4941 before we merge this |
Could we rerun tests on this? Should be good now that #4941 is merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please let me know if you want to try my suggestion or whether we shall merge
Thanks for the suggestion @fjetter, think this should be good to merge now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @charlesbluca and sorry for the long wait
As discussed in #4909, it would be nice if the output of
Node.get_logs
had optional timestamps, which could be used to filter the logs in the performance report and/or be added as information for the user.black distributed
/flake8 distributed
/isort distributed