Skip to content

Commit

Permalink
[Tune] Remove spammy log for "new output engine" (ray-project#44824)
Browse files Browse the repository at this point in the history
Remove spammy log output about the `RAY_AIR_NEW_OUTPUT` feature flag environment variable.

Signed-off-by: Hongpeng Guo <hpguo@anyscale.com>
  • Loading branch information
hongpeng-guo authored Apr 18, 2024
1 parent 7e315fe commit 05232b5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions python/ray/tune/tune.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,13 +620,6 @@ def run(
air_verbosity = None

if air_verbosity is not None:
logger.info(
f"[output] This will use the new output engine with verbosity "
f"{air_verbosity}. To disable the new output and use the legacy "
f"output engine, set the environment variable RAY_AIR_NEW_OUTPUT=0. "
f"For more information, please see "
f"https://github.com/ray-project/ray/issues/36949"
)
# Disable old output engine
set_verbosity(0)
else:
Expand Down

0 comments on commit 05232b5

Please sign in to comment.