Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Data] Remove unnecessary setting of global logging level to INFO whe…
…n using Ray Data (#34347) When initializing Ray Data, the global logging level is set to `INFO`, which causes non-Ray `INFO` logs to be unintentionally emitted (the default level in the `logging` library is `WARNING`, which would normally ignore `INFO`-level logs). We remove an unnecessary setting of the logging level in `DatasetLogger` which resolves this issue. Signed-off-by: Scott Lee <[email protected]>
- Loading branch information