Skip to content

Commit 6bbe85f

Browse files
committed
Refactors logging
1 parent 7a176af commit 6bbe85f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/neotest-swift-testing/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,14 @@ local function results(spec, result, tree)
309309
}
310310
end
311311
else
312-
logger.info("Position not found: " .. testcase._attr.classname .. " " .. testcase._attr.name)
312+
logger.debug("Position not found: " .. testcase._attr.classname .. " " .. testcase._attr.name)
313313
end
314314
end
315315
end
316316
else
317317
local output = result.output
318318

319-
logger.info("Context: " .. vim.inspect(spec.context))
319+
logger.debug("Context: " .. vim.inspect(spec.context))
320320
if spec.context.position_id ~= nil then
321321
test_results[spec.context.position_id] = {
322322
status = "failed",

0 commit comments

Comments
 (0)