docs(fileSync): fix wrong type

This commit is contained in:
Rami Cohen 2017-11-12 06:21:11 -07:00
parent 1d3afee6d5
commit 94d58b4a20

View File

@ -4,7 +4,7 @@ The sync file appender writes log events to a file, the only difference to the n
## Configuration
* `type` - `"file"`
* `type` - `"fileSync"`
* `filename` - `string` - the path of the file where you want your logs written.
* `maxLogSize` - `integer` (optional) - the maximum size (in bytes) for the log file. If not specified, then no log rolling will happen.
* `backups` - `integer` (optional, default value = 5) - the number of old log files to keep during log rolling.