chore(database/log): DBへのクエリーログをverboseモードでのみ出力するように (MisskeyIO#923)
This commit is contained in:
parent
6462968b9d
commit
fc19699a49
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class MyCustomLogger implements Logger {
|
||||||
|
|
||||||
@bindThis
|
@bindThis
|
||||||
public logQuery(query: string, parameters?: any[]) {
|
public logQuery(query: string, parameters?: any[]) {
|
||||||
sqlLogger.info(this.highlight(query));
|
sqlLogger.debug(this.highlight(query));
|
||||||
}
|
}
|
||||||
|
|
||||||
@bindThis
|
@bindThis
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue