An online markdown blog and knowledge repository.
Config File: /etc/mongod.conf
File format: 'yaml' so no tabs just spaces (extension is conf though).
Tell mongo to use a specific configuration: mogod|mogos --config /etc/mongod.conf
Config file shows where logging is done. Mine is currently /var/log/mongodb/mongod.log
Config file shows where db files are stored. Mine is currently: /var/lib/mongodb
'systemLog.verbosity' is an integer, default 0. Can be increased up to 5 (debug).
(tbd)
Return to conted index
Return to ROOT README