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

No handlers could be found for logger "product_details" #7

Open
fwenzel opened this issue Jan 14, 2011 · 4 comments
Open

No handlers could be found for logger "product_details" #7

fwenzel opened this issue Jan 14, 2011 · 4 comments

Comments

@fwenzel
Copy link
Member

fwenzel commented Jan 14, 2011

Apparently, logging does not work if the django project that uses dmpd does not have logging set up. dmpd should not require this.

@kelson42
Copy link

kelson42 commented Sep 6, 2011

How to workaround that?

@fwenzel
Copy link
Member Author

fwenzel commented Sep 6, 2011

logging.basicConfig(). Docs: http://docs.python.org/library/logging.html

@kelson42
Copy link

Introducting following line just after "import os" in settings.py seems to fix the issue:
logging.basicConfig()

@kelson42
Copy link

sorry... this generates additional warnings... Not sure this is the right thing to do!

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