Skip to content

Commit a4dda18

Browse files
gagikaddaleax
andauthored
Update packages/mongodb-log-writer/src/mongo-log-manager.ts
Co-authored-by: Anna Henningsen <[email protected]>
1 parent b008854 commit a4dda18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-log-writer/src/mongo-log-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface MongoLogOptions {
1616
retentionDays: number;
1717
/** The maximal number of log files which are kept. */
1818
maxLogFileCount?: number;
19-
/** The maximal GB of log files which are kept. */
19+
/** The maximal size of log files which are kept. */
2020
retentionGB?: number;
2121
/** A handler for errors related to a specific filesystem path. */
2222
onerror: (err: Error, path: string) => unknown | Promise<void>;

0 commit comments

Comments
 (0)