From 2e49b842a92408ef725db8b5d23c1af44bf8fd29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Tue, 15 Aug 2023 11:23:43 +0300 Subject: [PATCH] camtiler: Fix spammy mongo agent --- camtiler/mongodb.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/camtiler/mongodb.yml b/camtiler/mongodb.yml index e56ee8d..48fb6e0 100644 --- a/camtiler/mongodb.yml +++ b/camtiler/mongodb.yml @@ -4,6 +4,9 @@ kind: MongoDBCommunity metadata: name: mongodb spec: + agent: + logLevel: ERROR + maxLogFileDurationHours: 1 additionalMongodConfig: systemLog: quiet: true