Hi!
Does anyone know how to suppress the message like “2024-10-16 11:42:38,528 INFO worker.py:1786 – Started a local Ray instance.” each time ray is initialized?
Many thanks in advance!
Hi!
Does anyone know how to suppress the message like “2024-10-16 11:42:38,528 INFO worker.py:1786 – Started a local Ray instance.” each time ray is initialized?
Many thanks in advance!
Hi, @Zey maybe you can use python logger filtering feature to do it! logging — Logging facility for Python — Python 3.13.0 documentation