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

Timesfm interfere with python logger #127

Open
srggrs opened this issue Aug 23, 2024 · 0 comments
Open

Timesfm interfere with python logger #127

srggrs opened this issue Aug 23, 2024 · 0 comments

Comments

@srggrs
Copy link

srggrs commented Aug 23, 2024

After installing timesfm I can confirm that whatever I set the python logger to, it won't print to stdout

Steps to reproduce

  1. have a python 3.10 venv
  2. install timesfm pip install timesfm
  3. run
import sys
import logging
import timesfm

logger = logging.getLogger("test_logger")
logging.basicConfig(stream=sys.stdout, level=logging.INFO)
logger.info("aslfknwlfk")

Does not print the message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant