Wednesday, March 13, 2013

Re: How to deal with No handlers could be found for logger "XXX"?

This example in the django docs demonstrates how to configure logging handlers within your settings.py: https://docs.djangoproject.com/en/dev/topics/logging/#an-example

On Wed, Mar 13, 2013 at 8:50 PM, <askpython@gmail.com> wrote:
As title,when I run my program.I see a message form console as it:
  No handlers could be found for logger "XXX"
"XXX" is my source name of program.

How to set the settings.py to deal with it?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Jonathan D. Baker
Developer
http://jonathandbaker.com

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment