aboutsummaryrefslogtreecommitdiffstats
path: root/modules/logging_config.py
Commit message (Collapse)AuthorAgeFilesLines
* Logging: set formatter correctly for fallback logger tooAarni Koskela2024-01-111-5/+6
|
* Fix logging configuration againAarni Koskela2024-01-041-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.pyYour Name2023-11-161-1/+1
|
* Take into account tqdm not being installed before first boot for loggingLucas Daniel Velazquez M2023-11-161-13/+24
|
* Adds tqdm handler to logging_config.py for progress bar integrationLucas Daniel Velazquez M2023-11-161-0/+14
|
* add --loglevel commandline argument for loggingAUTOMATIC11112023-08-091-0/+16
remove the progressbar for extension installation in favor of logging output