Write-For-Change / emaildrafter

An app to let people draft personalised emails for a good cause
GNU General Public License v3.0
10 stars 3 forks source link

Persistent log file for key events #18

Open behradkoohy opened 4 years ago

edwinbalani commented 4 years ago

Wondering if we should look at some kind of cloudy logging platform? A hosted SaaS logging solution would fit well with the whole Heroku practice.

There might be Heroku add-ons for some popular ones, and we can look at something that has a free tier (or self-host something modest).

edwinbalani commented 4 years ago

A hosted SaaS logging solution would fit well with the whole Heroku practice.

Worth adding that Heroku dynos are destroyed and recreated at least once every 24 hours (and more often if you change config vars, re-deploy, etc.), so just keeping a log file on the dyno isn't a workable solution.