From 94d58b4a20f3cfa84fb77a08d6fbb3f9ffa760b2 Mon Sep 17 00:00:00 2001 From: Rami Cohen Date: Sun, 12 Nov 2017 06:21:11 -0700 Subject: [PATCH] docs(fileSync): fix wrong type --- docs/fileSync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fileSync.md b/docs/fileSync.md index 9ae5db0..ee7ae14 100644 --- a/docs/fileSync.md +++ b/docs/fileSync.md @@ -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.