-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[logging] Use 'warnings.warn' appropriately #12060
Labels
enhancement
Request for new feature and/or capability
fix-error-msg
This issue has a bad error message that should be improved.
good-first-issue
Great starter issue for someone just starting to contribute to Ray
observability
Issues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or Profiling
P2
Important issue, but not time-critical
Milestone
Comments
Hi, @richard4912 can I go ahead with the PR for this issue? |
yep!
…On Fri, Dec 11, 2020 at 2:24 PM Shril Kumar ***@***.***> wrote:
Hi, @richard4912 <https://github.com/richard4912> can I go ahead with the
PR for this issue?
I'll document the requirements and list of file changes once you give me a
green signal.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12060 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCRZZPEVBLTENHEMQ6HWXTSUKLYTANCNFSM4TYD7MVA>
.
|
@richardliaw on it. |
btw be sure to tag richardliaw not richard4912 :)
…On Sat, Dec 12, 2020 at 12:25 PM Shril Kumar ***@***.***> wrote:
@richard4912 <https://github.com/richard4912> on it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12060 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCRZZIJOPFVXWROKM25XSDSUPGTNANCNFSM4TYD7MVA>
.
|
My bad, updated. |
Is there anybody working on it? |
@shril Is it already fixed? |
I don't think it is fixed. |
@ofey404 Do you want to work on it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Request for new feature and/or capability
fix-error-msg
This issue has a bad error message that should be improved.
good-first-issue
Great starter issue for someone just starting to contribute to Ray
observability
Issues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or Profiling
P2
Important issue, but not time-critical
Describe your feature request
Throughout our codebase, we don't use
warnings.warn
and rather rely onlogger.warn
to inform users of possible negative outcomes.Instead, we should use
warnings.warn
appropriately:https://docs.python.org/2/howto/logging.html#when-to-use-logging
The text was updated successfully, but these errors were encountered: