How can I rotate logs when using Winston to handle logging for node.js. That is, how can I create a new file for each day the app runs?
var logger = new
As of Dec 18, 2012, this feature is now available in Winston (see https://github.com/flatiron/winston/pull/205)