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