Production settings
This commit is contained in:
parent
1f83141f1c
commit
e1ec75b88d
@ -1 +1 @@
|
||||
global.debug = true;
|
||||
global.debug = false;
|
||||
|
@ -2,5 +2,7 @@ var fs = require( "fs" );
|
||||
var path = "logs/access.log";
|
||||
|
||||
module.exports = {
|
||||
handler: { write: function( e ) { process.stdout.write( e ); } }
|
||||
handler: fs.createWriteStream(
|
||||
path, { flag: "w+" }
|
||||
)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user