When the mongod process is run with --quiet, certain messages are suppressed from the logs.
The following log messages are suppressed:
- Connection accepted & connection closed
- Commands: like... drop, dropIndex, diaglogging, validate, clean, ...
- Replication syncing activity: sleeping, "repl: from... host"
 | we are not suppressing the actual commands, just suppressing the logging of the execution of those commands |
The setting of quiet does not influence the setting of verbose. A server can be both quiet and verbose.
Example log entries suppressed
#1: Connection accepted & closed
[initandlisten] connection accepted from 127.0.0.1:52798 #3
[conn3] end connection 127.0.0.1:52798
#2: Commands
[conn10] CMD: drop test.foo
[conn10] CMD: dropIndexes test.foo
#3: Replication syncing activity
[replslave] repl: sleep 1sec before next pass
[replslave] repl: from host:127.0.0.1:6900
PLEASE POST QUESTIONS IN THE USER GROUPS FORUM. Post non-question comments and helpful hints here.
blog comments powered by Disqus