$ cat config.yaml
{ net.port : "a" }
$ ./mongod -f config.yaml
Bad digit
try './mongod --help' for more information
Should at least print what option is the problem.
$ cat config.yaml
{ net.port : "a" }
$ ./mongod -f config.yaml
Bad digit
try './mongod --help' for more information
Should at least print what option is the problem.