enhance(logging): ログの処理をpinoに置き換える (MisskeyIO#364)
This commit is contained in:
parent
6fa77ef575
commit
ecd4607f3d
5 changed files with 173 additions and 194 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue