Skip to content

Commit e82e1a2

Browse files
committed
refinement api response in debug mode
1 parent a39451e commit e82e1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/api/aiservice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def optimize_python_code_refinement(self, request: list[AIServiceRefinerRequest]
259259

260260
if response.status_code == 200:
261261
refined_optimizations = response.json()["refinements"]
262-
logger.info(f"Generated {len(refined_optimizations)} candidate refinements.")
262+
logger.debug(f"Generated {len(refined_optimizations)} candidate refinements.")
263263
console.rule()
264264
return [
265265
OptimizedCandidate(

0 commit comments

Comments
 (0)