-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Structlog does not work with tqdm #564
Comments
It’s been a while since I used tqdm, but doesn’t it have some kind of print/stdout redirect? You seem to be using their std lib logging integration that is only gonna work if you also use structlog’s. It’s possible it even works if you do nothing because the latest structlog versions use print() by default. |
I am trying to solve the issue with Python The only place I invoke Thus I tried to pipe tqdm output to BoundLogger but I have this weird error. |
It seems tqdm just cannot be used in cloud logging: tqdm/tqdm#1319. |
Ok I found exactly what I need! Setting |
Hello! Is there a way to befriend
structlog
logging withtqdm
?The text was updated successfully, but these errors were encountered: