Skip to content

CAT 037

unurgunite edited this page Jul 11, 2026 · 3 revisions

CAT-037 — Logging with block form

Field Value
Severity info
Confidence high
Auto-fix

Logging with block form — Pass a block to logging methods instead of pre-computing strings to avoid allocation when log level is not active.

Bad code

logger.info("Processing #{id}: #{result}")

Clone this wiki locally