summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2023-07-11 17:12:41 -0500
committerGitHub <noreply@github.com>2023-07-11 17:12:41 -0500
commitae391db777af0146ad8b50fa5bcbd7cc39c0d886 (patch)
tree5fcff2d0626072bca16b12f2ca47044db6ab9a36 /changelog.d
parentBump Unix sockets intro version (#15924) (diff)
downloadsynapse-ae391db777af0146ad8b50fa5bcbd7cc39c0d886.tar.xz
Better warning in logs when we fail to fetch an alias (#15922)
**Before:**
```
Error retrieving alias
```

**After:**
```
Error retrieving alias #foo:bar -> 401 Unauthorized
```

*Spawning from creating the [manual testing strategy for the outbound federation proxy](https://github.com/matrix-org/synapse/pull/15773).*
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15922.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15922.misc b/changelog.d/15922.misc
new file mode 100644
index 0000000000..93fc644877
--- /dev/null
+++ b/changelog.d/15922.misc
@@ -0,0 +1 @@
+Add details to warning in log when we fail to fetch an alias.