Hi,
We are running a script from our Django App's admin control and this script is going to
1. extract the data from XML feed or an API and insert the results into a db table
2. once the data is saved in a db table, the data will be presented in front app page
3. but we want to dump the output and errors from the script into a new log file so that it will help us to debug when there is a problem
Is there a way to achieve the 3rd item from the above list?
Thanks,
~Ram