vagrant@m103:~$ validate_lab_different_logpath
You need to send your log files to /var/mongodb/db/mongod.log.
cat mongod.conf
–Where and how to store data.
storage:
dbPath: /var/mongodb/db/
journal:
enabled: true
engine:
mmapv1:
wiredTiger:
–where to write logging data.
systemLog:
destination: file
logAppend: true
path: /var/mongodb/db/mongod.log