You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @microprediction , sorry this has been confusing -- we could definitely do to document this better. To set the suppress these logs you need to interact with our root stream handler like this:
import logging
from ax.utils.common.logger import ROOT_STREAM_HANDLER
ROOT_STREAM_HANDLER.setLevel(logging.WARNING)
Let me know if that works for you, and feel free to open a new issue if you have any more questions. Thank you for using Ax.
Nothing seems to work getting rid of the managed_loop messages!
The text was updated successfully, but these errors were encountered: