Skip to content

Map conda verbosity level to matching libmamba logging level - #949

Merged
soapy1 merged 2 commits into
conda:mainfrom
soapy1:map-conda-verbosity-to-libmamba-settings
Jun 3, 2026
Merged

Map conda verbosity level to matching libmamba logging level#949
soapy1 merged 2 commits into
conda:mainfrom
soapy1:map-conda-verbosity-to-libmamba-settings

Conversation

@soapy1

@soapy1 soapy1 commented May 20, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes #948

With this change conda no longer errors when too many -v's are passed in. For example:

$ conda install flask -vvvvv 
. . .

## Package Plan ##

  environment location: /env

  added / updated specs:
    - flask
. . .

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@soapy1
soapy1 requested a review from a team as a code owner May 20, 2026 22:50
@github-project-automation github-project-automation Bot moved this to 🆕 New in 🔎 Review May 20, 2026
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label May 20, 2026
@github-project-automation github-project-automation Bot moved this from 🆕 New to ✅ Approved in 🔎 Review May 26, 2026
@soapy1

soapy1 commented May 27, 2026

Copy link
Copy Markdown
Contributor Author

These failed tests are fixed by #950. Lets get that merged before merging this one.

@soapy1

soapy1 commented Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

Looks like libmabmapy 2.7.0 is out with a fix 🎆 Now the tests pass. So, going to go ahead an merge.

@soapy1
soapy1 merged commit bc4324c into conda:main Jun 3, 2026
400 of 435 checks passed
@github-project-automation github-project-automation Bot moved this from ✅ Approved to 🏁 Done in 🔎 Review Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed [bot] added once the contributor has signed the CLA

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Running an install with a verbosity greater than 4 causes an error

3 participants