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 b008854 commit a4dda18Copy full SHA for a4dda18
packages/mongodb-log-writer/src/mongo-log-manager.ts
@@ -16,7 +16,7 @@ interface MongoLogOptions {
16
retentionDays: number;
17
/** The maximal number of log files which are kept. */
18
maxLogFileCount?: number;
19
- /** The maximal GB of log files which are kept. */
+ /** The maximal size of log files which are kept. */
20
retentionGB?: number;
21
/** A handler for errors related to a specific filesystem path. */
22
onerror: (err: Error, path: string) => unknown | Promise<void>;
0 commit comments