What is best way to log my express js webserver? The inbuilt express.logger() just displays logs on screen. Can I also log them into a file in /log folder? Also the current
you should try cluster http://learnboost.github.com/cluster/ for Node. Use express to build the app, while the cluster take over the rest tasks including logging.