Skip to content

Consider supporting mongod option --logpath #810

Open
@hasezoey

Description

@hasezoey

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions