We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99afade commit 96537b0Copy full SHA for 96537b0
packages/mongodb-log-writer/src/mongo-log-manager.ts
@@ -17,7 +17,7 @@ interface MongoLogOptions {
17
retentionDays: number;
18
/** The maximal number of log files which are kept. */
19
maxLogFileCount?: number;
20
- /** The maximal GB of log files which are kept. */
+ /** The maximal size of log files which are kept. */
21
retentionGB?: number;
22
/** A handler for errors related to a specific filesystem path. */
23
onerror: (err: Error, path: string) => unknown | Promise<void>;
0 commit comments