Skip to content

Regression: Cannot set --logpath with > 3.4.1 #168

@bedonath

Description

@bedonath

The following works fine:

docker run mongo:3.4.1 mongod --logpath /data/db/mongodb.log --logRotate rename

Attempting to use 3.4.2 or 3.4.3 this does not work anymore:

docker run mongo:3.4.3 mongod --logpath /data/db/mongodb.log --logRotate rename

fails with:

Error parsing command line: Multiple occurrences of option "----logpath"
try 'mongod --help' for more information

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions