Skip to content

Commit

Permalink
Merge pull request #1031 from vdmtrv/fix/file-appender-types
Browse files Browse the repository at this point in the history
fix: file appender types
  • Loading branch information
lamweili committed Jan 10, 2022
2 parents 1689c43 + e14876a commit 855143b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/log4js.d.ts
Expand Up @@ -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;
Expand Down

0 comments on commit 855143b

Please sign in to comment.