[diffusion] logging: downgrade default prompt log from info to debug (#17813)

Co-authored-by: Mick <mickjagger19@icloud.com>
This commit is contained in:
Evrard-Nil
2026-02-04 12:19:02 +01:00
committed by GitHub
parent 2e9d0442e2
commit ce02df8592

View File

@@ -309,7 +309,7 @@ class Req:
output_file_path: {self.output_file_path()}
""" # type: ignore[attr-defined]
if not self.suppress_logs:
logger.info(debug_str)
logger.debug(debug_str)
@dataclass