Merge pull request #1031 from vdmtrv/fix/file-appender-types

fix: file appender types
This commit is contained in:
Lam Wei Li 2022-01-10 10:32:28 +08:00 committed by GitHub
commit 855143b45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
types/log4js.d.ts vendored
View File

@ -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;