this stops appending being broken see log4js-node issue 163

This commit is contained in:
John McLear 2013-12-06 00:42:49 +00:00
parent 1fa2b32854
commit 817cb08638

View file

@ -117,7 +117,6 @@
/* /*
, { "type": "file" , { "type": "file"
, "filename": "your-log-file-here.log" , "filename": "your-log-file-here.log"
, "maxLogSize": 1024
, "backups": 3 // how many log files there're gonna be at max , "backups": 3 // how many log files there're gonna be at max
//, "category": "test" // only log a specific category //, "category": "test" // only log a specific category
}*/ }*/