Skip to content

Commit

Permalink
are
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyatea committed Apr 15, 2024
1 parent 25c0267 commit 950e869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/postgres.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 950e869

Please sign in to comment.