enhance(logging): ログの処理をpinoに置き換える (MisskeyIO#364)

This commit is contained in:
まっちゃとーにゅ
2024-01-16 22:13:35 +09:00
committed by GitHub
parent 6fa77ef575
commit ecd4607f3d
5 changed files with 173 additions and 194 deletions

View File

@@ -16,6 +16,6 @@ export class LoggerService {
@bindThis
public getLogger(domain: string, color?: KEYWORD | undefined, store?: boolean) {
return new Logger(domain, color, store);
return new Logger(domain);
}
}