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