↧
Answer by kalikid021 for Logrotate for node.js app deployed using monit and...
If you are using upstart to manage your daemon, issue a reload in the logrotate config for your application. This should redirect your logging to the new file without disrupting the app.
View ArticleLogrotate for node.js app deployed using monit and upstart
I deployed a web application in node.js by following the guide: Deploying Node.js With Upstart and Monit .The app produces some log via console.log(). In the upstart script, it's redirected to a log...
View Article
More Pages to Explore .....