mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(federation): ✨ Add queue to note delivery
This commit is contained in:
parent
3ef361f521
commit
8a920218ea
4 changed files with 51 additions and 16 deletions
|
|
@ -180,7 +180,7 @@ export const configureLoggers = (silent = false): Promise<void> =>
|
|||
filters: ["configFilter"],
|
||||
},
|
||||
{
|
||||
category: ["federation", "outbox"],
|
||||
category: ["federation", "delivery"],
|
||||
sinks: ["console", "file"],
|
||||
filters: ["configFilter"],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue