This commit is contained in:
tamaina
2024-03-04 13:03:41 +00:00
parent 8e55285e48
commit 1f79cd1760
2 changed files with 15 additions and 15 deletions

View File

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