diff options
author | Eric Eastwood <erice@element.io> | 2022-10-17 16:02:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-17 16:02:39 -0500 |
commit | 2c63cdcc3f1aa4625e947de3c23e0a8133c61286 (patch) | |
tree | 85fb9a8588c787befbb172ecd9c8829806def942 /changelog.d | |
parent | Cache Rust build cache when building docker images (#14130) (diff) | |
download | synapse-2c63cdcc3f1aa4625e947de3c23e0a8133c61286.tar.xz |
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 ```
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14095.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14095.misc b/changelog.d/14095.misc new file mode 100644 index 0000000000..3483201d5f --- /dev/null +++ b/changelog.d/14095.misc @@ -0,0 +1 @@ +Add debug logs to figure out why an event was filtered out of the client response. |