This website recently got a major rebuild; if you're missing something, let Lorna know.

    Tag: monolog


  1. Logging to Stdout with Monolog


    My worker scripts have really basic logging (as in, they echo when something happens, and I can see those in the supervisord logs). Which is kind of okay, but I wanted to at least add timestamps in to them, and maybe send emails when something REALLY bad happened.

    I'm a …

    Read more