以從聯盟simple example,我想知道在那裏我可以把那通常會在app.configure,像passport.js配置代碼: app.configure(function() {
// Initialize Passport! Also use passport.session() middleware, to support
// persistent login s
我們想用Winston來記錄Node.js.但是,我們無法弄清楚如何擁有兩個日誌文件:一個僅用於錯誤,另一個用於其他所有內容。 但是,這樣做並不奏效,但是:添加多個winston.transports.File傳輸會產生錯誤。 Others have run into this problem, with vague hints of a solution, but no real answer。