If I remove the node.js log file, how to create one? -


i remove node.js log file this.

cd /var/log rm node.log 

and create log file named "node.log", file not written node.js. how should do? thanks!!

node continue write old (unlinked, not yet deleted, because still open) log file.

easiest way restart node.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

html - Accumulated Depreciation of Assets on php -

node.js - Node - Passport Auth - Authed Post Route hangs on form submission -