Skip to content

Commit

Permalink
fix: file appender types
Browse files Browse the repository at this point in the history
  • Loading branch information
vdmtrv committed Jul 11, 2020
1 parent f8d46a9 commit 1cb9893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/log4js.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1cb9893

Please sign in to comment.