-
Notifications
You must be signed in to change notification settings - Fork 521
CLOUDP-92631: mongodb log to stdout #584
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
Conversation
| process.SetSystemLog(SystemLog{ | ||
| Destination: "file", | ||
| Path: path.Join(DefaultAgentLogPath, "/mongodb.log"), | ||
| LogAppend: true, | ||
| }) |
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.
By removing this mongodb now by default sends its output to stdout: https://docs.mongodb.com/manual/reference/configuration-options/#mongodb-setting-systemLog.destination
|
|
||
| s := secret.Builder(). | ||
| SetName(secretNsName.Name). | ||
| SetNamespace(secretNsName.Namespace). |
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.
changes in this file are unrelated and come from pre-commit hook errors
chatton
left a comment
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.
LGTM thanks for the quick fix. Can we update the release notes before merging though!
closes #570
by not defaulting to saving
mongodblogs to file. Users can still obtain the old behaviour throughspec.additionalMongodConfigAll Submissions:
closes #XXXXin your comment to auto-close the issue that your PR fixes (if such).