https://devcenter.heroku.com/articles/limits#log-history-limits
Heroku only stores the last 1500 lines of log history. If you’d like to persist more than 1500 lines, use a logging add-on or create your own syslog drain. It’s probably gone already. If not, just pump some lines through your logs and it will be. Rob — Sent from Mailbox On Sat, Nov 15, 2014 at 3:36 PM, Benjamin Wanicur <[email protected]> wrote: > Question for all your Heroku experts out there... > I've inherited a project that uses Heroku for hosting and has some very > naughty data in the logs. I've solved the root of the problem, but now I > want to wipe out the existing logs and cannot find an easy way to do this > without using the drain command > (https://devcenter.heroku.com/articles/logging). I do not want to store > these logs anywhere else, but just erase them. I would just /dev/null them > out if I was on a server. Is there any equivalent or way to accomplish > this on Heroku ? > Ben W > -- > -- > SD Ruby mailing list > [email protected] > http://groups.google.com/group/sdruby > --- > You received this message because you are subscribed to the Google Groups "SD > Ruby" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby --- You received this message because you are subscribed to the Google Groups "SD Ruby" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
