eimajenthat / toggl-invoice

A Ruby script to generate invoices based on Toggl timesheets, in HTML, PDF, and TXT.
Other
29 stars 9 forks source link

Log requests in Freshbooks script to show progress #6

Open mhenry07 opened 11 years ago

mhenry07 commented 11 years ago

Each time enterTime is called, it might be helpful to output a description of the time entry to stdout as a progress indicator/log. It would probably be helpful to log the response status as well.

eimajenthat commented 11 years ago

I usually run it with a cron job, but yeah, that's probably a goodidea.