Open Tolsi opened 10 years ago
You probably need to set the HOME environment variable for supervisord if you aren't. Looks like confortable is choking because it is trying to use undefined or something bad in the path.resolve. I'm guessing it's that.
https://github.com/clux/confortable/blob/master/confortable.js#L11
Confortable searches for your config file (.logule.json) inside cwd, and keeps looking up in steps of '..' until it hits HOME. If you're not using a config file this SHOULD not cause problems but at the moment it probably will. So there is at least one issue here worth fixing. Thank you.
When i start my script with supervisord, i have this error on logule initialise:
var log = require('logule').init(module);
But it runs fine manually. My supervisord.conf: