forked from k-space/kube
logmower: Reduce mongo agent noise
This commit is contained in:
parent
2e49b842a9
commit
4c5a58f67d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user