1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Let --verbose have an argument for the log level.

This commit is contained in:
comfyanonymous
2024-10-04 10:05:34 -04:00
parent d854ed0bcf
commit 6f021d8aa0
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ from comfy.cli_args import args
from app.logger import setup_logger
setup_logger(verbose=args.verbose)
setup_logger(log_level=args.verbose)
def execute_prestartup_script():