bundles/mx-puppet-discord: remove logging to files, disable presence logging
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-03-28 11:29:16 +02:00
parent c388d5ea1e
commit 7345543fa2
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -20,11 +20,10 @@ database:
connString: "postgres://${node.metadata['mx-puppet-discord']['database']['user']}:${node.metadata['mx-puppet-discord']['database']['password']}@${node.metadata['mx-puppet-discord']['database'].get('host', 'localhost')}/${node.metadata['mx-puppet-discord']['database']['database']}?sslmode=disable"
logging:
console: info
console:
level: info
disabled:
- PresenceHandler
- module: bot-sdk-MatrixLiteClient
regex: /_matrix/client/r0/presence/
lineDateFormat: YYYY-MM-DD HH:mm:ss.SSS
files:
- file: "/var/log/mx-puppet-discord/bridge.log"
level: info
datePattern: YYYY-MM-DD
maxFiles: 14d
maxSize: 50m