mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor: 🔊 Fix duplicate logs
This commit is contained in:
parent
005a3a2721
commit
3e19b11609
5 changed files with 23 additions and 12 deletions
|
|
@ -108,7 +108,7 @@ export default apiRoute((app) =>
|
|||
} catch (e) {
|
||||
const error = e as ResponseError;
|
||||
|
||||
getLogger("federation")
|
||||
getLogger(["federation", "bridge"])
|
||||
.error`Error from bridge: ${await error.response.data}`;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue