bundles/mx-puppet-discord: remove logging to files, disable presence logging
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
c388d5ea1e
commit
7345543fa2
1 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue