Skip to content

Commit

Permalink
chore: remove duplicate backups type
Browse files Browse the repository at this point in the history
  • Loading branch information
vdmtrv committed Jul 11, 2020
1 parent 1cb9893 commit e14876a
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;
backups?: number;
compress?: boolean; // compress the backups
// keep the file extension when rotating logs
keepFileExt?: boolean;
Expand Down

0 comments on commit e14876a

Please sign in to comment.