Description
Hello community, I am facing the issue that mongod from my snap installation 6.7.0 is spamming the syslog file with their checkpointer nonsense.
I do not want mongod to spam my syslog file with that, how can I change this?
Please no “migrate to docker”, this is not a solution for me.
Server Setup Information
- Version of Rocket.Chat Server: 6.7.0
- Operating System: Ubuntu 22
- Deployment Method: snap
- Number of Running Instances: 1
- DB Replicaset Oplog: wat??
- NodeJS Version: 14.21.2
- MongoDB Version: 5.0.15 wt oplog
- Proxy: nginx
- Firewalls involved: nej
Any additional Information
Apr 23 07:39:46 h2915188 mongod: {“t”:{“$date”:“2024-04-23T07:39:46.479+02:00”},“s”:“I”, “c”:“NETWORK”, “id”:22944, “ctx”:“conn27”,“msg”:“Connection ended”,“attr”:{“remote”:“127.0.0.1:56272”,“uuid”:“XXXXXXXXXXXXXXXXXXXXXXXX”,“connectionId”:27,“connectionCount”:19}}
Apr 23 07:40:20 h2915188 mongod: {“t”:{“$date”:“2024-04-23T07:40:20.977+02:00”},“s”:“I”, “c”:“STORAGE”, “id”:22430, “ctx”:“Checkpointer”,“msg”:“WiredTiger message”,“attr”:{“message”:“[1713850820:977551][15074:XXXXXXXXXXXXXXXXXXXXXXXX], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 327, snapshot max: 327 snapshot count: 0, oldest timestamp: (1713850519, 1) , meta checkpoint timestamp: (1713850819, 1) base write gen: 23098198”}}
Apr 23 07:41:21 h2915188 mongod: {“t”:{“$date”:“2024-04-23T07:41:21.036+02:00”},“s”:“I”, “c”:“STORAGE”, “id”:22430, “ctx”:“Checkpointer”,“msg”:“WiredTiger message”,“attr”:{“message”:“[1713850881:36002][15074:XXXXXXXXXXXXXXXXXXXXXXXX], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 343, snapshot max: 343 snapshot count: 0, oldest timestamp: (1713850579, 1) , meta checkpoint timestamp: (1713850879, 1) base write gen: 23098198”}}
As I already wrote, I do not want those messages to appear in syslog, they have to go into their own logfile
thank you to anyone in advance who can help me with this issue!