element-hq / element-hq/synapse
Further reduce INFO logging
Open
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
Assessment
This issue has not been assessed yet.