adjusted mongodb logging again
This commit is contained in:
parent
072fae3dcd
commit
ef4080439b
1 changed files with 17 additions and 4 deletions
|
|
@ -1,13 +1,26 @@
|
|||
# MongoDB Configuration for Minimal Logging
|
||||
systemLog:
|
||||
verbosity: 0
|
||||
quiet: true # Enable quiet mode for minimal logging
|
||||
quiet: true
|
||||
component:
|
||||
accessControl:
|
||||
verbosity: 0
|
||||
command:
|
||||
verbosity: 0
|
||||
control:
|
||||
verbosity: 0
|
||||
network:
|
||||
verbosity: -1 # Suppress connection logs completely
|
||||
verbosity: 0
|
||||
replication:
|
||||
verbosity: -1
|
||||
verbosity: 0
|
||||
storage:
|
||||
verbosity: 0
|
||||
journal:
|
||||
verbosity: -1
|
||||
verbosity: 0
|
||||
write:
|
||||
verbosity: 0
|
||||
|
||||
# Suppress verbose checkpoint messages
|
||||
setParameter:
|
||||
logLevel: 0
|
||||
diagnosticDataCollectionEnabled: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue