Commit 3cb918e
authored
fix: replace System.out.println debug statements with SLF4J log.debug… (#1678)
fix: replace System.out.println debug statements with SLF4J log.debug (#1675)
Unconditional System.out.println() calls in ApiClient.mustache were causing
debug log spam for every API call. Replaced with log.debug() using the
existing SLF4J logger so output only appears when DEBUG level is enabled.1 parent eab60b4 commit 3cb918e
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1436 | 1436 | | |
1437 | 1437 | | |
1438 | 1438 | | |
1439 | | - | |
1440 | | - | |
1441 | | - | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
1442 | 1442 | | |
1443 | 1443 | | |
1444 | 1444 | | |
1445 | | - | |
| 1445 | + | |
1446 | 1446 | | |
1447 | 1447 | | |
1448 | 1448 | | |
1449 | 1449 | | |
1450 | | - | |
| 1450 | + | |
1451 | 1451 | | |
1452 | 1452 | | |
1453 | 1453 | | |
| |||
0 commit comments