From ef4080439bbcee51139b61d804b57278c6381af6 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 17 Oct 2025 10:14:13 -0500 Subject: [PATCH] adjusted mongodb logging again --- config/mongod.conf | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/config/mongod.conf b/config/mongod.conf index cc0c15c..9086355 100644 --- a/config/mongod.conf +++ b/config/mongod.conf @@ -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