Issue: The environment variable RAY_DEDUP_LOGS=0, which is intended to disable log deduplication in Ray, does not seem to be deterministically configurable.
Details: A user tried to set RAY_DEDUP_LOGS=0 as referenced in the Ray documentation to prevent Ray from deduplicating logs while using Ray Tune with a PyTorch model. Despite following the instructions, the deduplication still occurred, and the user couldn't find clear guidance on how to properly set this variable or which object controls it.
Request: Investigate and clarify how to correctly configure the RAY_DEDUP_LOGS environment variable to ensure deterministic behavior.
What happened + What you expected to happen
Issue: The environment variable RAY_DEDUP_LOGS=0, which is intended to disable log deduplication in Ray, does not seem to be deterministically configurable.
Details: A user tried to set RAY_DEDUP_LOGS=0 as referenced in the Ray documentation to prevent Ray from deduplicating logs while using Ray Tune with a PyTorch model. Despite following the instructions, the deduplication still occurred, and the user couldn't find clear guidance on how to properly set this variable or which object controls it.
Request: Investigate and clarify how to correctly configure the RAY_DEDUP_LOGS environment variable to ensure deterministic behavior.
Versions / Dependencies
many
Reproduction script
see various examples in discourse thread here https://discuss.ray.io/t/how-to-set-ray-dedup-logs-0/10465
Issue Severity
None