mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
fix: file appender types
This commit is contained in:
parent
f8d46a9392
commit
1cb9893a50
2
types/log4js.d.ts
vendored
2
types/log4js.d.ts
vendored
@ -132,7 +132,7 @@ export interface FileAppender {
|
||||
backups?: number;
|
||||
// defaults to basic layout
|
||||
layout?: Layout;
|
||||
numBackups?: number;
|
||||
backups?: number;
|
||||
compress?: boolean; // compress the backups
|
||||
// keep the file extension when rotating logs
|
||||
keepFileExt?: boolean;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user