mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
tweak log
This commit is contained in:
parent
7c6ad1f796
commit
fab2d179c8
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue