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

[Feature Request] Verbosity configuration #1

Open
jvacek opened this issue Mar 28, 2022 · 6 comments
Open

[Feature Request] Verbosity configuration #1

jvacek opened this issue Mar 28, 2022 · 6 comments

Comments

@jvacek
Copy link

jvacek commented Mar 28, 2022

👋

Thanks for the package, looking promising!

I wouldn't mind if there were a settings variable for managing the verbosity level, it's a bit too much rn.

Thanks!

@adamchainz
Copy link
Owner

Good point - when I come back to finishing this off, I'll try align that with Django's verbosity setting.

How's the actual watching? Is it working well? How big is your project? Thanks

@jvacek
Copy link
Author

jvacek commented Mar 28, 2022

So far so good! I've been using it on a smaller internal project that's only one app, and I've noticed nothing that's breaking my flow.

@adamchainz
Copy link
Owner

Brilliant

@q0w
Copy link

q0w commented Sep 2, 2022

@adamchainz What do you think about rewriting autoreload.run_with_reloader instead of autoreload.get_reloader to get verbosity level and then pass debug=True or debug=False depending on the verbosity level (e.g. if verbosity >1 then debug=True)

@adamchainz
Copy link
Owner

that sounds feasible but I haven't been looking at the codebase in a while... would you mind making a PR?

@q0w
Copy link

q0w commented Sep 2, 2022

@adamchainz done #10

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

3 participants