chore(parser/diff): debug log compare result
All checks were successful
submodules sync / sync (push) Successful in 55s
build / build (push) Successful in 2m8s
build / trigger-build-image (push) Successful in 8s

This commit is contained in:
张泊明518370910136 2025-04-06 02:30:42 -04:00
parent 4f916c79d4
commit 2a54ae90aa
GPG Key ID: D47306D7062CDA9D

View File

@ -46,7 +46,7 @@ func (*Diff) Run(results []stage.ExecutorResult, confAny any) (
resultStr, resultStr,
output.CompareSpace, output.CompareSpace,
) )
slog.Info( slog.Debug(
"compare", "compare",
"filename", output.FileName, "filename", output.FileName,
"answerPath", output.AnswerPath, "answerPath", output.AnswerPath,