Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-42198

trafficRecordingDirectory="./" fails

    • Type: Icon: Task Task
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 4.2.0-rc2
    • Component/s: Logging
    • Labels:
      None
    • Service Arch 2019-07-15, Service Arch 2019-08-12

      If MongoDB server started with relative path name then traffic recording does not create output file.

      mongod  --dbpath data --logpath data/mongod.log  --setParameter trafficRecordingDirectory="data" --fork

      however if started:

      mongod  --dbpath data --logpath data/mongod.log  --setParameter trafficRecordingDirectory="`pwd`/data" --fork

      succeeds. 

            Assignee:
            mira.carey@mongodb.com Mira Carey
            Reporter:
            eugene.bogaart@mongodb.com Eugene Bogaart (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: