element-hq / element-hq/synapse

Further reduce INFO logging

Open
#8,021 0 comments 0 reactions 0 assignees View on GitHub
A-Logging O-Frequent S-Tolerable T-Enhancement T-Task
Dominant language
Python
Stars
4.6k
Forks
600
Avg merge
5d 22h
Merged PRs (30d)
51

Description

This issue has been migrated from [#8021](https://github.com/matrix-org/synapse/issues/8021).

---

Some candidates that could be removed from default logging:

1. `OPTIONS` request processing (~7% of log lines on jki.re)
2. `/sync` request processing (~7% of log lines on jki.re, ignoring INFO)
2. `Sending request` (~12% of log lines on jki.re)
3. `Received txn from` (~11% of log lines on jki.re), though we probably(?) want to somehow log how many PDUs the transaction contained in the processing request log line (or maybe have a generic "how many new events were persitsed" like we do for `dbevts`)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.