=== JanC is now known as Guest45177 === JanC_ is now known as JanC [18:05] How can I redirect stdout/err to a logfile using start on filesystem exec ? [18:14] looks like i can just add normal >/var/log 2>&1 to the exerc [18:14] exec [18:35] majuscule: Don't do that crap. [18:35] Use "console log". [18:44] hmm, the docs on that are a little unclear. console log --logdir /var/log/ ? and then what does it name the file [18:59] In Ubuntu, it's /var/log/upstart/$JOB${INSTANCE+-$INSTANCE}.log [18:59] And system's logrotate already set to wrap them around. [19:14] gotcha, thanks AnrDaemon