Skip to content

Commit

Permalink
[Data] Handle logs from tensor extensions (#46943)
Browse files Browse the repository at this point in the history
Tensor extensions are implemented in the air subpackage, and Ray Data doesn't handle logs from that package by default

---------

Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
  • Loading branch information
bveeramani authored Aug 3, 2024
1 parent b29bb0a commit 7a888e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/ray/data/_internal/logging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ loggers:
level: DEBUG
handlers: [file, console]
propagate: False
ray.air.util.tensor_extensions:
level: DEBUG
handlers: [file, console]
propagate: False

0 comments on commit 7a888e1

Please sign in to comment.