I've noticed that sometimes 'forever' outputs all, some or none of the
{forever,access,error} logs to file. I think it may just depend on
when things get flushed ... which is fine. However, when I tell
forever to stop my process, I'd expect it to flush the logs then and
there so that I have a complete copy of everything.
I've got a small example which recreates it on my machine and on a
server (with slightly different final file sizes). Clone the following
repo, run npm install and then run the test.sh file (making sure you
read it first so you can see I'm not doing anything crazy on your
machine). The README has more info.
* https://gist.github.com/1623039
$ git clone git://gist.github.com/1623039.git gist-1623039
If anyone gets similar, different or correct results I'd be keen to
know whether it is just me or whether it is a possible bug in forever
(unless this is actually expected).
Many thanks,
Andy
--
Andrew Chilton
e: chi...@appsattic.com
w: http://www.appsattic.com/
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
Ok, thanks Charlie. I'll write it up and put an issue in over there. I
just wanted to check with anyone first to see if it was just me or
other people were seeing the same things. :)
Cheers,