mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor: 🔥 Remove plugin functionality, move OpenID plugin to core
This commit is contained in:
parent
278bf960cb
commit
b5e9e35427
45 changed files with 1502 additions and 2304 deletions
|
|
@ -135,10 +135,6 @@ await configure({
|
|||
category: ["logtape", "meta"],
|
||||
lowestLevel: "error",
|
||||
},
|
||||
{
|
||||
category: "plugin",
|
||||
sinks: getSinkNames(),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
|
|
@ -151,4 +147,3 @@ export const federationMessagingLogger = getLogger(["federation", "messaging"]);
|
|||
export const databaseLogger = getLogger("database");
|
||||
export const webfingerLogger = getLogger("webfinger");
|
||||
export const sonicLogger = getLogger("sonic");
|
||||
export const pluginLogger = getLogger("plugin");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue