Skip to content

Commit c002c24

Browse files
committed
maybe something other than logger info
1 parent ae63d4a commit c002c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ def run_and_parse_tests(
11861186
)
11871187
return TestResults(), None
11881188
if run_result.returncode != 0 and testing_type == TestingMode.BEHAVIOR:
1189-
logger.debug(
1189+
logger.info(
11901190
f"Nonzero return code {run_result.returncode} when running tests in "
11911191
f"{', '.join([str(f.instrumented_behavior_file_path) for f in test_files.test_files])}.\n"
11921192
f"stdout: {run_result.stdout}\n"

0 commit comments

Comments
 (0)