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
Post a Comment