[diffusion] logging: downgrade default prompt log from info to debug (#17813)
Co-authored-by: Mick <mickjagger19@icloud.com>
This commit is contained in:
@@ -309,7 +309,7 @@ class Req:
|
|||||||
output_file_path: {self.output_file_path()}
|
output_file_path: {self.output_file_path()}
|
||||||
""" # type: ignore[attr-defined]
|
""" # type: ignore[attr-defined]
|
||||||
if not self.suppress_logs:
|
if not self.suppress_logs:
|
||||||
logger.info(debug_str)
|
logger.debug(debug_str)
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
|||||||
Reference in New Issue
Block a user