diff --git a/python/sglang/multimodal_gen/runtime/pipelines_core/schedule_batch.py b/python/sglang/multimodal_gen/runtime/pipelines_core/schedule_batch.py index fe038960b..7fabc52bf 100644 --- a/python/sglang/multimodal_gen/runtime/pipelines_core/schedule_batch.py +++ b/python/sglang/multimodal_gen/runtime/pipelines_core/schedule_batch.py @@ -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