Skip to content

fix(cli): silence debug output from retryablehttp package - #5461

Merged
emosbaugh merged 1 commit into
mainfrom
emosbaugh/sc-127557/kots-cli-has-debug-output
Aug 5, 2025
Merged

fix(cli): silence debug output from retryablehttp package#5461
emosbaugh merged 1 commit into
mainfrom
emosbaugh/sc-127557/kots-cli-has-debug-output

Conversation

@emosbaugh

Copy link
Copy Markdown
Contributor

What this PR does / why we need it:

Silence debug output from github.com/hashicorp/go-retryablehttp http client

# ./kots install qakotsregression/type-existing-cluster-env-airg
2025/08/05 01:37:08 [DEBUG] POST https://replicated.app/kots_metrics/start_install/30qb0gCPO3G48BKqjdAhCCRPumi
Enter the namespace to deploy to: qakotsregression
2025/08/05 01:37:09 [DEBUG] GET https://replicated.app/metadata/qakotsregression/type-existing-cluster-env-airg?
2025/08/05 01:37:09 [DEBUG] GET https://replicated.app/branding/qakotsregression/type-existing-cluster-env-airg?
  • Deploying Admin Console
    • Creating namespace ✓
    • Waiting for datastore to be ready ✓
Enter a new password for the admin console (6+ characters): ••••••••
  • Waiting for Admin Console to be ready ✓
2025/08/05 01:37:52 [DEBUG] POST https://replicated.app/kots_metrics/finish_install/30qb0gCPO3G48BKqjdAhCCRPumi

  • Press Ctrl+C to exit
  • Go to http://localhost:8800 to access the Admin Console

Which issue(s) this PR fixes:

Does this PR require a test?

Does this PR require a release note?

Fixes an issue that causes debug output to print to the kots cli logs when installing.

Does this PR require documentation?

@emosbaugh emosbaugh added type::bug Something isn't working bug::regression labels Aug 5, 2025
@emosbaugh
emosbaugh merged commit 52c6ea0 into main Aug 5, 2025
829 of 852 checks passed
@emosbaugh
emosbaugh deleted the emosbaugh/sc-127557/kots-cli-has-debug-output branch August 5, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug::regression type::bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants