aboutsummaryrefslogtreecommitdiffstats
path: root/modules/logging_config.py
AgeCommit message (Collapse)AuthorLines
2024-01-11Logging: set formatter correctly for fallback logger tooAarni Koskela-5/+6
2024-01-04Fix logging configuration againAarni Koskela-23/+39
* Only use `tqdm.write()` if `tqdm` is active, defer to stderr * Correct log formatter for TqdmLoggingHandler * If `rich` is installed and `SD_WEBUI_RICH_LOG` is set, use `rich`'s formatter
2023-11-16actually adds handler to logging_config.pyYour Name-1/+1
2023-11-16Take into account tqdm not being installed before first boot for loggingLucas Daniel Velazquez M-13/+24
2023-11-16Adds tqdm handler to logging_config.py for progress bar integrationLucas Daniel Velazquez M-0/+14
2023-08-09add --loglevel commandline argument for loggingAUTOMATIC1111-0/+16
remove the progressbar for extension installation in favor of logging output