-
Notifications
You must be signed in to change notification settings - Fork 59
DOCSP-47980-log-storage-size #387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOCSP-47980-log-storage-size #387
Conversation
✅ Deploy Preview for docs-mongodb-shell ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jeff-allen-mongo, LGTM!
source/logs/retention/size.txt
Outdated
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
To instruct |mdb-shell| to not delete logs based on storage size, set | ||
``logRetentionGB`` to ``Infinity``. You can perform this action through |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's good to leave it like this
just fyi: undefined
(the default, unset value) would also do this.
it'd be more performant with undefined
at the moment but this is something we can quickly fix to work the same with Infinity
so I don't mind leaving it here.
cc: @addaleax @alenakhineika
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
created mongodb-js/devtools-shared#515 to address this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it - Thanks for the context and for filing the ticket.
DESCRIPTION
Customize log storage size.
STAGING
JIRA
https://jira.mongodb.org/browse/DOCSP-47980
Self-Review Checklist
External Review Requirements
What's expected of an external reviewer?