mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(federation): ✨ Implement Instance Messaging Extension
This commit is contained in:
parent
4594c69808
commit
756f67c0f3
5 changed files with 67 additions and 1 deletions
|
|
@ -194,6 +194,11 @@ export const configureLoggers = (silent = false): Promise<void> =>
|
|||
sinks: ["console", "file"],
|
||||
filters: ["configFilter"],
|
||||
},
|
||||
{
|
||||
category: ["federation", "messaging"],
|
||||
sinks: ["console", "file"],
|
||||
filters: ["configFilter"],
|
||||
},
|
||||
{
|
||||
category: "database",
|
||||
sinks: ["console", "file"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue