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

Allow log-level to be specified #89

Open
ukch opened this issue May 30, 2014 · 3 comments
Open

Allow log-level to be specified #89

ukch opened this issue May 30, 2014 · 3 comments

Comments

@ukch
Copy link

ukch commented May 30, 2014

I've been trying to subclass djangoappengine so that I can pass the dev_appserver_log_level argument to dev_appserver, but it seems impossible with the current setup (currently the only way I can see would be to monkey-patch dev_appserver_main itself, which feels like a Bad Idea.)
Please allow me to specify this value using arguments (--log-level seems like a sensible one).

@aburgel
Copy link
Member

aburgel commented May 30, 2014

Great idea. I'd be happy to take a pull request on this. It should be easy to write.

@ukch
Copy link
Author

ukch commented Jun 1, 2014

I actually looked into writing this, but it turns out it's nigh on impossible with the old dev-appserver. I'm happy to branch off the devappserver2 branch and do a PR if you think that's good?

@aburgel
Copy link
Member

aburgel commented Jun 3, 2014

That sounds good. I want to merge in devappserver2 soon anyways.

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

No branches or pull requests

2 participants