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

Verbose Mode #2

Closed
vrbrito opened this issue Apr 12, 2019 · 2 comments
Closed

Verbose Mode #2

vrbrito opened this issue Apr 12, 2019 · 2 comments

Comments

@vrbrito
Copy link

vrbrito commented Apr 12, 2019

Hello,

Could you clarify the use of verbose options?

Thank you in advance.

@SeverinAlexB
Copy link
Contributor

There is one verbose mode in the huey base package

-v, --verbose
Verbose logging (loglevel=DEBUG). If no logfile is specified and verbose is set, then the consumer will log to the console.
Due to a conflict with Django’s base option list, the “verbose” option is set using -V or --huey-verbose. When enabled, huey logs at the DEBUG level.

Have a look at https://huey.readthedocs.io/en/latest/consumer.html#consumer-options and https://huey.readthedocs.io/en/latest/contrib.html#setting-things-up.

@vrbrito
Copy link
Author

vrbrito commented Apr 15, 2019

That's it, thank you very much!

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