looks like django is incorporating tighter integration with python logging library.
do check out. http://docs.djangoproject.com/en/dev/topics/logging/ Though i think its only on development version as of now. more details on logging module can be find out at. http://docs.python.org/library/logging.html Regards, //Vikalp On Sun, Jan 9, 2011 at 7:48 PM, octopusgrabbus <[email protected]>wrote: > Would you post more details on the python logging module, like how to > configure it? > > On Jan 8, 2:26 pm, vikalp sahni <[email protected]> wrote: > > for custom logging you can always your python logging module, which is > just > > like > > log4j. > > > > Also if you need any specifics regarding db queries etc. you can try out. > > Django Debug Toolbar:https://github.com/robhudson/django-debug-toolbar > > > > Hope it helps. > > > > Regards, > > //Vikalp > > > > On Sun, Jan 9, 2011 at 12:21 AM, octopusgrabbus > > <[email protected]>wrote:> I would like to see more from Django > on what it chooses to, > > > specifically around the loading or not loading of pages. I am running > > > Django on RHEL 5 WS, with mod_python. I want to stick with mod_python, > > > despite the testimonies its replacement is better. > > > > > Are there switches I can set to get more granular (detailed) logging > > > in Django, or will I have to tweak Apache's configuration to log more? > > > > > Thanks. > > > cmn > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Django users" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<django-users%[email protected]> > <django-users%[email protected]<django-users%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/django-users?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<django-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

