Removed mentions of pollInterval (issue #93)

This commit is contained in:
Gareth Jones
2012-09-04 13:48:35 +10:00
parent 012b0d5ed7
commit a6fb26efb1
3 changed files with 3 additions and 7 deletions

View File

@@ -115,8 +115,7 @@ vows.describe('log4js').addBatch({
"type" : "file",
"filename" : "cheesy-wotsits.log",
"maxLogSize" : 1024,
"backups" : 3,
"pollInterval" : 15
"backups" : 3
}
]
};

View File

@@ -4,8 +4,7 @@
"type": "file",
"filename": "tmp-test.log",
"maxLogSize": 1024,
"backups": 3,
"pollInterval": 15
"backups": 3
}
]
}
}