Suppressing INFO:flox

More of a solved issue than a question. For all of those out there that have been annoyed at the following INFO message while using xarray.groupby() in the latest conda environment:

@jemmajeffree has taught me how to suppress it. You can do it with the following:

import logging
logging.getLogger("flox").setLevel(logging.WARNING)
5 Likes

thank you!!!

1 Like

amazing, soothing to the soul and the eyes