[tune/logging] Warning for Tune #12140
Labels
enhancement
Request for new feature and/or capability
fix-error-msg
This issue has a bad error message that should be improved.
observability
Issues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or Profiling
P2
Important issue, but not time-critical
tune
Tune-related issues
This is a sub-issue of #12060 .
Throughout our codebase, we don't use warnings.warn and rather rely on logger.warn to inform users of possible negative outcomes.
Instead, we should use warnings.warn appropriately:
docs.python.org/2/howto/logging.html#when-to-use-logging
The text was updated successfully, but these errors were encountered: