mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Merge pull request #480 from yuta1024/fix_file_docs
docs(file): fix maxLogSize
This commit is contained in:
commit
8befd8a2e3
@ -38,7 +38,7 @@ This example will result in a single log file (`all-the-logs.log`) containing th
|
||||
```javascript
|
||||
log4js.configure({
|
||||
appenders: {
|
||||
everything: { type: 'file', filename: 'all-the-logs.log', maxLogSize: 10458760, backups: 3, compress: true }
|
||||
everything: { type: 'file', filename: 'all-the-logs.log', maxLogSize: 10485760, backups: 3, compress: true }
|
||||
},
|
||||
categories: {
|
||||
default: { appenders: [ 'everything' ], level: 'debug'}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user