Skip to content

plugins/aks-desktop: Clean up console.log statements#355

Merged
illume merged 1 commit into
Azure:mainfrom
skoeva:logs
Mar 3, 2026
Merged

plugins/aks-desktop: Clean up console.log statements#355
illume merged 1 commit into
Azure:mainfrom
skoeva:logs

Conversation

@skoeva
Copy link
Copy Markdown
Collaborator

@skoeva skoeva commented Mar 3, 2026

These changes replace console.log with console.debug throughout the plugin code so diagnostic output is hidden by default in browser devtools. They also remove a handful of overly verbose logs (per-retry namespace verification steps, raw JSON dumps) and ensure all debug calls in az-cli.ts go through the existing debugLog helper to respect the DEBUG_LOGS flag.

Fixes: #37

@skoeva skoeva self-assigned this Mar 3, 2026
@skoeva skoeva added p1 priority quality labels Mar 3, 2026
@skoeva skoeva marked this pull request as ready for review March 3, 2026 12:49
Copilot AI review requested due to automatic review settings March 3, 2026 12:49

This comment was marked as outdated.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread plugins/aks-desktop/src/utils/azure/az-cli-path.ts
Comment thread plugins/aks-desktop/src/components/CreateAKSProject/CreateAKSProject.tsx Outdated
Copy link
Copy Markdown
Collaborator

@illume illume left a comment

Choose a reason for hiding this comment

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

🎉 thanks!

@illume illume merged commit 6d1b079 into Azure:main Mar 3, 2026
7 checks passed
@skoeva skoeva deleted the logs branch March 6, 2026 14:29
@illume illume mentioned this pull request Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove or reduce console.logs

3 participants