This commit is contained in:
mattyatea 2024-04-16 06:51:24 +09:00
parent 25c0267f2e
commit 950e869f61
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class MyCustomLogger implements Logger {
@bindThis
public logQuery(query: string, parameters?: any[]) {
sqlLogger.info(this.highlight(query).substring(0, 100));
sqlLogger.info(this.highlight(query));
}
@bindThis