Thank you for your interest in the library🙏🏻 Super strange, could you please provide more details about how you are using the library (e.g. code snippet, library version, python version) ?
Could you confirm that when running this snippet:
import logging
from streamable import Stream
logging.getLogger().setLevel(logging.INFO)
list(Stream(range(3)).foreach(logging.info))
Hi @diego-ppz !
Thank you for your interest in the library🙏🏻 Super strange, could you please provide more details about how you are using the library (e.g. code snippet, library version, python version) ?
Could you confirm that when running this snippet:
you get: