Skip to content

Commit

Permalink
log lib max 50
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ding committed Nov 23, 2021
1 parent 5cdc468 commit f95c204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function newRotateFile(filename: string, level: string = 'info', isJson: boolean
createSymlink: true,
symlinkName: `${filename}.log`,
maxSize: '100m',
maxFiles: '50',
maxFiles: 50,
})
}

Expand Down

0 comments on commit f95c204

Please sign in to comment.