26 lines
474 B
Text
26 lines
474 B
Text
# MongoDB Configuration for Minimal Logging
|
|
systemLog:
|
|
verbosity: 0
|
|
quiet: true
|
|
component:
|
|
accessControl:
|
|
verbosity: 0
|
|
command:
|
|
verbosity: 0
|
|
control:
|
|
verbosity: 0
|
|
network:
|
|
verbosity: 0
|
|
replication:
|
|
verbosity: 0
|
|
storage:
|
|
verbosity: 0
|
|
journal:
|
|
verbosity: 0
|
|
write:
|
|
verbosity: 0
|
|
|
|
# Suppress verbose checkpoint messages
|
|
setParameter:
|
|
logLevel: 0
|
|
diagnosticDataCollectionEnabled: false
|