-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable more verbose logging #33
Comments
Serac just noticed this change. This is a change in behavior in this commit: 8fb1aaa I would like this able to be changed back with a quiet and/or verbose option. It is hard to track down differences in builds w/o running the whole build again. |
A more efficient strategy for debugging would be to directly relaunch the command as printed in the log, but remove the |
Normally this would be fine (and what i do) but when we run TPL builds in docker containers, for example, I can't just restart the build because the docker container is reverted. |
Fair point ;) |
As part of debugging some compiler flag settings, I'd like a command-line option to increase output verbosity to see what flags are being passed to the build systems
spack
is invoking duringspack dev-build
. If I were to file a PR adding a--verbose
flag touberenv
, would that code be of interest?Is there any roadmap for logging features in
uberenv
? I imagine there might be other phases of provisioning worth logging, but haven't yet reviewed the codebase with that thought in mind.The text was updated successfully, but these errors were encountered: