jormungandr-bite/src/remote/activitypub/logger.ts

4 lines
114 B
TypeScript
Raw Normal View History

2019-03-14 07:18:31 -06:00
import { remoteLogger } from '../logger';
2019-02-02 12:18:27 -07:00
export const apLogger = remoteLogger.createSubLogger('ap', 'magenta');