Open
Description
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