On Mar 15, 5:49 pm, fearless_fool <[email protected]> wrote: > My app makes lots of DB updates when it starts up. It appears that > each DB transaction is written to the log file, so I quickly exceed > the 500 logs/min limit for a basic Heroku account.
UPDATE (resolved): I realized after posting that I was actually seeing scads of error messages (each db query was raising an error) -- I hadn't completely switched from SQLite to PostgreSQL. After fixing the problems, the logs are much quieter. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
