You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider supporting mongod option --logpath by either:
blindly assuming things
watch the file (if possible)
dont support --logpath and just add a option to dump the stdout to a file
watching a file would entail to either have another dependency or a custom made tail (because nodejs does not directly provide a tail -f like functionality)
this should make it easier to collect logs separate from MMS (and maybe anything else the option activates) for mongodb bug reports, like https://jira.mongodb.org/browse/SERVER-81018
The text was updated successfully, but these errors were encountered:
Consider supporting mongod option
--logpath
by either:--logpath
and just add a option to dump the stdout to a filewatching a file would entail to either have another dependency or a custom made tail (because nodejs does not directly provide a
tail -f
like functionality)this should make it easier to collect logs separate from MMS (and maybe anything else the option activates) for mongodb bug reports, like https://jira.mongodb.org/browse/SERVER-81018
The text was updated successfully, but these errors were encountered: