Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't get it to print anything or logger.info anything #9

Open
diego-ppz opened this issue Jun 13, 2024 · 1 comment
Open

I can't get it to print anything or logger.info anything #9

diego-ppz opened this issue Jun 13, 2024 · 1 comment
Labels
question Further information is requested

Comments

@diego-ppz
Copy link

No description provided.

@ebonnal
Copy link
Owner

ebonnal commented Jun 28, 2024

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:

import logging
from streamable import Stream
logging.getLogger().setLevel(logging.INFO)
list(Stream(range(3)).foreach(logging.info))

you get:

INFO:root:0
INFO:root:1
INFO:root:2

@ebonnal ebonnal added the question Further information is requested label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants