Skip to content

Reduce mlaunch default verbosity from 5 to 2#1561

Open
kotlarmilos wants to merge 1 commit intodotnet:mainfrom
kotlarmilos:reduce-apple-logging-verbosity
Open

Reduce mlaunch default verbosity from 5 to 2#1561
kotlarmilos wants to merge 1 commit intodotnet:mainfrom
kotlarmilos:reduce-apple-logging-verbosity

Conversation

@kotlarmilos
Copy link
Member

Description

Reduce the default mlaunch verbosity from 5 to 2. The previous default of 5 caused mlaunch to pass five -v flags to devicectl, producing massive debug output (full device property trees, connection details, capabilities) that clutters Helix console logs.

Reducing to 2 keeps useful diagnostic info while removing the noise. This aligns with the verbosity already used by AppInstaller (which hardcodes verbosity: 2).

Changes

  • IMlaunchProcessManager.cs: Change default verbosity parameter from 5 to 2
  • MlaunchProcessManager.cs: Change default verbosity parameter from 5 to 2

The default verbosity of 5 causes mlaunch to pass five -v flags to
devicectl, producing massive debug output (full device property trees,
connection details, capabilities) that clutters console logs. Reducing
to 2 keeps useful diagnostic info while removing the noise.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

2 participants