Active Debug Code
| Property | |
|---|---|
| Language | apex |
| Severity | |
| CWE | CWE-489: Active Debug Code |
| Confidence Level | High |
| Impact Level | Medium |
| Likelihood Level | Low |
Description#
In addition to debug statements potentially logging data excessively, debug statements also contribute to longer transactions and consume Apex CPU time even when debug logs are not being captured.