Re: File Log vs. Database Log

2013-07-20 Thread Javier Guerra Giraldez
On Sat, Jul 20, 2013 at 9:52 AM, Parin Porecha wrote: > My question is - Should I do it via file storage, or should I save it in > database ? neither. syslog is a great tool, often overlooked, but built specifically for this. not only it works right out of the box, but it's very customizable "f

Re: File Log vs. Database Log

2013-07-20 Thread Valder Gallo
:D http://django-audit-log.readthedocs.org/en/latest/usage.html On Sat, Jul 20, 2013 at 1:16 PM, Parin Porecha wrote: > django-logtailer looks a great app, but the last commit was 2 years ago. > Also, it's focused on admins. > Maybe the term 'logs' is confusing. So, I'll change it to 'audit-dat

Re: File Log vs. Database Log

2013-07-20 Thread Parin Porecha
django-logtailer looks a great app, but the last commit was 2 years ago. Also, it's focused on admins. Maybe the term 'logs' is confusing. So, I'll change it to 'audit-data' ( stackoverflow suggestion ). I need audit data not system logs. Thanks Valder On Sat, Jul 20, 2013 at 9:02 PM, Valder Gal

Re: File Log vs. Database Log

2013-07-20 Thread Valder Gallo
Do you know django-logtailer ? https://github.com/fireantology/django-logtailer If you don't need search or modify the data. +1 for file storage :D On Sat, Jul 20, 2013 at 11:52 AM, Parin Porecha wrote: > Hi, > > I have a to-do list app ( using Django 1.5 and MySQL ) in which a task can > be