[Server] Use logger for logging
This commit is contained in:
parent
110eeb89f1
commit
238c6a428b
5 changed files with 34 additions and 30 deletions
3
src/remote/activitypub/logger.ts
Normal file
3
src/remote/activitypub/logger.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { remoteLogger } from "../logger";
|
||||
|
||||
export const apLogger = remoteLogger.createSubLogger('ap', 'magenta');
|
||||
Loading…
Add table
Add a link
Reference in a new issue