You're log not working wouldn't explain why binc works - but then goes awol - but it hopefully it explains why you don't have any error messages in the log.Except that the supervise process buffers the logging information, so that the logger can safely be stopped and restarted without losing data. When there is no logger, all the processes writing to the logger get blocked: that is the situation we have here.
Sounds good :) It's nice to be wrong when it means an easier solution ;)
Andy.

