Skip to content
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

Add settings.VERBOSE #564

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Spacerat
Copy link
Contributor

This PR makes it possible to pass verbose=True to Pipeline using with a VERBOSE setting.

I considered making a PR which removes 'verbose' entirely and replaces it with the logging module, but you would still need a way to indicate that you wanted to pass the --verbose flag to compilers/compressors which support it (although this is only currently done in uglifyjs.py).

Regardless, if that seems like a better idea I could make a PR for it and see how it compares, but I think ether solution is better than the current situation where users can't set verbosity at all.

@harmon
Copy link

harmon commented Sep 28, 2016

Support for logging would be great! I really wanted to just set Django's logger on Debug, but there's hardly any debug statements anywhere in the project. For a project like this, it would be super helpful to see the paths and things of files by read and written out.

@zodman
Copy link
Member

zodman commented Jul 26, 2017

+1

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.

3 participants