1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-24 23:26:29 +09:00

tweak log

This commit is contained in:
syuilo 2022-03-21 05:45:09 +09:00
parent 0d05f05610
commit 81ee9025fb

View File

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