node-java
node-java copied to clipboard
println not work in pm2 cluster mode
Just as the title,when the program run in pm2 cluster mode ,the println's content didn't write to the log file. If the program run in pm2 fork mode,then everything is fine. Is anybody know why it happened?