arodland / cat-fcgi-init

An initscript-compatible tool for managing Catalyst applications running as FastCGI
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

start-stop-daemon --background eats all your debug info #1

Open f00li5h opened 13 years ago

f00li5h commented 13 years ago
start-stop-daemon --background

this option hides so much information from the poor bastard whois trying to deploy this script that it makes it literally impossible to debug. If I wasn't back in the office at 21:30 trying to get it going the people around me would have definately list their lives...

in other news, myapp_fastcgi.pl has a --daemon option which allows you to daemonise without everything being eaten.

maybe turning this option off and setting MYAPP_DEBUG =1 when a --debug optin is present would be helpful.

once i'm sure i'm totally correct about these things, i'll send along a patch...

f00li5h commented 13 years ago

hmm, looking at that in the morning, it sounds a little sour.

Thanks for the free software!