divamgupta / divamgupta/diffusionbee-stable-diffusion-ui

TQDM progress bars polluting logs

Open
#349 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
13.6k
Forks
727
PR merge metrics
No merged PRs in 30d

Description

I noticed `tqdm` progress bar in logs:

image

They pollute logs by being too noisy. I had similar issues with my applications and created [tqdm-loggable](https://pypi.org/project/tqdm-loggable/) package to address these issues.

It can detect non-interactive terminals and then turn tqdm bars to logging output.

image

The integration is just changing the `tqdm` import.

If you are interested to fix this issue, I can see if I can get the code patched.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.