You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got stuck debugging a bioconda-utils build failure and was surprised that passing --loglevel debug had no impact on the log level of the subcommand conda-build that was run.
To me this appears to be a clear omission that ought to be fixed by passing log level through to relevant, if not all, subcommands that are called by bioconda-utils build.
I think one could add it here to the args for example:
As someone who uses mamba for everything, I didn't realize I had to manually add conda-forge and bioconda channels to `.condarc`
The fact that there's no debug logging for conda possible through bioconda-utils made debugging harder, so this note could help others in the future who similarly use .mambarc but not .condarc
Related to bioconda/bioconda-utils#1006
As someone who uses mamba for everything, I didn't realize I had to manually add conda-forge and bioconda channels to `.condarc`
The fact that there's no debug logging for conda possible through bioconda-utils made debugging harder, so this note could help others in the future who similarly use .mambarc but not .condarc
Related to bioconda/bioconda-utils#1006
I got stuck debugging a
bioconda-utils build
failure and was surprised that passing--loglevel debug
had no impact on the log level of the subcommandconda-build
that was run.To me this appears to be a clear omission that ought to be fixed by passing log level through to relevant, if not all, subcommands that are called by
bioconda-utils build
.I think one could add it here to the
args
for example:bioconda-utils/bioconda_utils/build.py
Lines 150 to 155 in a5882cc
See https://matrix.to/#/!MhHkICgthNLZeLiygG:gitter.im/$WeOBUkiNJp1cTuQXp7mOPmZWFqFmO4w5TETB-flZu0k?via=gitter.im&via=matrix.org&via=one.ems.host for context
The text was updated successfully, but these errors were encountered: