0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-06 20:58:54 +02:00
synapse/changelog.d/14095.misc
Eric Eastwood 2c63cdcc3f
Add debug logs to figure out why an event was filtered (#14095)
Spawned while investigating https://github.com/matrix-org/synapse/issues/13944

This way we might get some more context whenever an `403 Forbidden - body: {"errcode":"M_FORBIDDEN","error":"You don't have permission to access that event."}` error is produced.

`log_config.yaml`
```yaml
loggers:
    synapse:
        level: INFO

    synapse.visibility:
        level: DEBUG
```
2022-10-17 16:02:39 -05:00

2 lines
83 B
Plaintext

Add debug logs to figure out why an event was filtered out of the client response.