Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-01-11 | Logging: set formatter correctly for fallback logger too | Aarni Koskela | -5/+6 | |
2024-01-04 | Fix logging configuration again | Aarni 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-16 | actually adds handler to logging_config.py | Your Name | -1/+1 | |
2023-11-16 | Take into account tqdm not being installed before first boot for logging | Lucas Daniel Velazquez M | -13/+24 | |
2023-11-16 | Adds tqdm handler to logging_config.py for progress bar integration | Lucas Daniel Velazquez M | -0/+14 | |
2023-08-09 | add --loglevel commandline argument for logging | AUTOMATIC1111 | -0/+16 | |
remove the progressbar for extension installation in favor of logging output |