I think you couldn't turn off logging, but you could use forerver cleanlogs or start a process like this
forever start -l forever.log -o out.log -e err.log my-daemon.js Hope it will help Am 05.10.2014 04:35, schrieb manjunath: > hi > > we are running an app using forever.js, but its creating hefty log file due > to heavy traffic that we get on the app, is there a way to limit the log > size or use logrotate and delete old logs after certain period of time. > > thanks > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/54316ED6.30802%40gmx.de. For more options, visit https://groups.google.com/d/optout.
