[Server] Use logger for logging

This commit is contained in:
syuilo 2019-02-03 04:18:27 +09:00
parent 110eeb89f1
commit 238c6a428b
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
5 changed files with 34 additions and 30 deletions

View file

@ -0,0 +1,3 @@
import { remoteLogger } from "../logger";
export const apLogger = remoteLogger.createSubLogger('ap', 'magenta');