Django logging features?

Posted by MikeN on Stack Overflow See other posts from Stack Overflow or by MikeN
Published on 2010-04-02T14:11:12Z Indexed on 2010/04/02 14:13 UTC
Read the original article Hit count: 239

Filed under:
|

I need to run a lot of Django management commands in the crontab and want to log the output of each run to a special timestamped file. Is there a Django or Python module to help me do this or do I just have to roll my own?

© Stack Overflow or respective owner

Related posts about python

Related posts about django