How to disable content logging of integration apps?

Description

My rocketchat logs are constantly overtrown by alert manager alerts. There are a a couple of Integrations configured for apps, e.g. alert manager. Whatever these apps post to rocketchat, ends up in the logs. Because of this, the log is completely useless.

Server Setup Information

  • Version of Rocket.Chat Server: 8.5.1
  • Operating System: Linux
  • Deployment Method: Helm chart on k8s
  • Number of Running Instances: 1
  • DB Replicaset Oplog:
  • NodeJS Version:
  • MongoDB Version: 8.0.20
  • Proxy: none
  • Firewalls involved: none

Any additional Information

Sample:

rocketchat-fitsprod-rocketchat-79d66d7c68-jqrpt rocketchat   receiver: 'rocketchat-infra',
rocketchat-fitsprod-rocketchat-79d66d7c68-jqrpt rocketchat   status: 'resolved',                                                                                                                                                    
rocketchat-fitsprod-rocketchat-79d66d7c68-jqrpt rocketchat   alerts: [                                                                                                                                                              
rocketchat-fitsprod-rocketchat-79d66d7c68-jqrpt rocketchat     {                                                                                                                                                                    
rocketchat-fitsprod-rocketchat-79d66d7c68-jqrpt rocketchat       status: 'resolved',
rocketchat-fitsprod-rocketchat-79d66d7c68-jqrpt rocketchat       labels: [Object],                    
rocketchat-fitsprod-rocketchat-79d66d7c68-jqrpt rocketchat       annotations: [Object],
rocketchat-fitsprod-rocketchat-79d66d7c68-jqrpt rocketchat       startsAt: '2026-07-15T10:06:10.741Z',                                                                                                                              rocketchat-fitsprod-rocketchat-79d66d7c68-jqrpt rocketchat       endsAt: '2026-07-15T10:07:10.741Z',  
[..]

How can I disable this content logging?

Oh, now that’s pretty interesting: I have set the log level to Debug and now this content logging has stopped. So, with Debugging enabled, I have less logs than before :slight_smile:

Found the culprit: webhook.js, which logs the request to the console. I have edited all webhook scripts and commented out that line, which solves the issue for me.

Also note that code appears to unmaintained.

Repo was archived in April.