We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apparently, logging does not work if the django project that uses dmpd does not have logging set up. dmpd should not require this.
The text was updated successfully, but these errors were encountered:
How to workaround that?
Sorry, something went wrong.
logging.basicConfig(). Docs: http://docs.python.org/library/logging.html
logging.basicConfig()
Introducting following line just after "import os" in settings.py seems to fix the issue: logging.basicConfig()
sorry... this generates additional warnings... Not sure this is the right thing to do!
No branches or pull requests
Apparently, logging does not work if the django project that uses dmpd does not have logging set up. dmpd should not require this.
The text was updated successfully, but these errors were encountered: