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

@@ -110,7 +110,6 @@ If you have already defined an absolute path for one of the FileAppenders in the
"filename": "relative/path/to/log_file.log",
"maxLogSize": 20480,
"backups": 3,
"pollInterval": 15,
"category": "relative-logger"
},
{
@@ -119,7 +118,6 @@ If you have already defined an absolute path for one of the FileAppenders in the
"filename": "/absolute/path/to/log_file.log",
"maxLogSize": 20480,
"backups": 10,
"pollInterval": 15,
"category": "absolute-logger"
}
]