How do I disable [repeated 3x across cluster]

How severe does this issue affect your experience of using Ray?

  • High: It blocks me to complete my task.

After upgrading to ray 2.5 I found that these prompts would appear, I did not want to display them because they would make me feel a lot of interference, how to turn them off.


Where could I set this in my code?

You can set it as an env var, for example, export RAY_DEDUP_LOGS=0 in your shell.

Thanks for your reply!