Quantcast
Channel: Logrotate for node.js app deployed using monit and upstart - Server Fault
Browsing all 2 articles
Browse latest View live

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 Article


Logrotate 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
Browsing all 2 articles
Browse latest View live