Try to enable oplog locally
Add to C:\Program Files\MongoDB\Server\4.2\bin\mongod.cfg
replication:
replSetName: rs0
oplogSizeMB: 100
Restart mongod, but local.oplog does not exist
How correctly enable oplog?
UPD: Use MongoDB 4.2, Windows 10