Its just basic python logging http://docs.python.org/2/library/logging.html
Look at logging to a file http://docs.python.org/2/howto/logging.html#logging-advanced-tutorial Regards, Guddu On Wed, May 15, 2013 at 11:27 AM, Cody Scott <[email protected]>wrote: > I have that code but where does the logging go? > > > On Wednesday, 15 May 2013 11:04:33 UTC-4, Guddu wrote: > >> Ok. Now try to get django-ldap-auth working. See if you can enable the >> logging handler and grab some more information. >> >> http://pythonhosted.org/**django-auth-ldap/logging.html<http://pythonhosted.org/django-auth-ldap/logging.html> >> >> Regards >> Guddu >> >> On Wed, May 15, 2013 at 10:56 AM, Cody Scott <[email protected]>wrote: >> >>> Ok The problem was that I had the file named ldap.py. I got it to work, >>> I had to add a print to >>> >>> l.result(result) >>> >>> put I get >>> >>> a tuple of a number and an empty list >>> >>> (#, []) >>> >>> -- >>> 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...@**googlegroups.com. >>> To post to this group, send email to [email protected]. >>> >>> Visit this group at >>> http://groups.google.com/**group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> >>> . >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >>> >>> >> >> -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

