logmower: Reduce mongo agent noise

This commit is contained in:
Lauri Võsandi 2023-08-15 13:54:49 +03:00
parent 2e49b842a9
commit 4c5a58f67d
1 changed files with 4 additions and 1 deletions

View File

@ -32,13 +32,16 @@ spec:
size: 32
mapping:
- key: password
value: "%(password)s"
value: "%(plaintext)s"
---
apiVersion: mongodbcommunity.mongodb.com/v1
kind: MongoDBCommunity
metadata:
name: logmower-mongodb
spec:
agent:
logLevel: ERROR
maxLogFileDurationHours: 1
additionalMongodConfig:
systemLog:
quiet: true