logmower: Reduce mongo agent noise
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user