Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Allow log-level: DEBUG on a per package basis #37

Open
wasade opened this issue Jul 17, 2013 · 2 comments
Open

Allow log-level: DEBUG on a per package basis #37

wasade opened this issue Jul 17, 2013 · 2 comments

Comments

@wasade
Copy link
Member

wasade commented Jul 17, 2013

Currently DEBUG is supported at the global level, but having it supported at the per-package level would help when resolving build issues

@ElDeveloper
Copy link
Member

👍

This should perhaps be a command line option something like:

# will print the debug output for all packages
qiime-deploy.py --debug $HOME/qiime_software/ -f $HOME/qiime-deploy-conf/qiime-1.7.0/qiime.conf --force-remove-failed-dirs

# will print the debug output for qiime and matplotlib
qiime-deploy.py --debug=qiime,matplotlib $HOME/qiime_software/ -f $HOME/qiime-deploy-conf/qiime-1.7.0/qiime.conf --force-remove-failed-dirs

@wasade
Copy link
Member Author

wasade commented Jul 22, 2013

@ElDeveloper that would be fantastic

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants