Skip to content

fix: replace System.out.println debug statements with SLF4J log.debug…#1678

Merged
prachi-okta merged 1 commit intomasterfrom
fix/1675-remove-debug-log-spam
Feb 17, 2026
Merged

fix: replace System.out.println debug statements with SLF4J log.debug…#1678
prachi-okta merged 1 commit intomasterfrom
fix/1675-remove-debug-log-spam

Conversation

@prachi-okta
Copy link
Copy Markdown
Contributor

@prachi-okta prachi-okta commented Feb 17, 2026

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.

Issue(s)

#1675

Description

Category

  • Bugfix
  • Enhancement
  • New Feature
  • Library Upgrade
  • Configuration Change
  • Versioning Change
  • Unit or Integration Test(s)
  • Documentation

Signoff

  • I have submitted a CLA for this PR
  • Each commit message explains what the commit does
  • I have updated documentation to explain what my PR does
  • My code is covered by tests if required
  • I did not edit any automatically generated files

…#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.
Copy link
Copy Markdown

@aniket-okta aniket-okta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@prachi-okta prachi-okta merged commit 3cb918e into master Feb 17, 2026
8 checks passed
prachi-okta added a commit that referenced this pull request Feb 19, 2026
#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants