Django logs: any tutorial to log to a file
        Posted  
        
            by Algorist
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Algorist
        
        
        
        Published on 2010-03-19T18:55:31Z
        Indexed on 
            2010/03/20
            16:01 UTC
        
        
        Read the original article
        Hit count: 341
        
Hi,
I am working with a django project, I haven't started. The developed working on the project left. During the knowledge transfer, it was told to me that all the events are logged to the database. I don't find the database interface useful to search for logs and sometimes they don't even log(I might be wrong). I want to know, if there is an easy tutorial that explains how to enable logging in Django with minimal configuration changes.
Thank you
Bala
© Stack Overflow or respective owner