mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
docs(fileSync): fix wrong type
This commit is contained in:
parent
1d3afee6d5
commit
94d58b4a20
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user