Skip to content

Commit

Permalink
Merge pull request #3 from zylcom/database
Browse files Browse the repository at this point in the history
Update database.js
  • Loading branch information
zylcom authored Jul 31, 2023
2 parents 2d660ac + 013b7f0 commit 5ad21f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ prismaClient.$on("warn", (e) => {
logger.warn(e);
});

prismaClient.$on("info", (e) => {
logger.info(e);
});
// prismaClient.$on("info", (e) => {
// logger.info(e);
// });

prismaClient.$on("query", (e) => {
logger.info(e);
});
// prismaClient.$on("query", (e) => {
// logger.info(e);
// });

0 comments on commit 5ad21f5

Please sign in to comment.