We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c2f23 commit 04c8c0eCopy full SHA for 04c8c0e
1 file changed
apps/api/src/prisma/prisma.module.ts
@@ -30,7 +30,6 @@ export class PrismaModule {
30
};
31
}
32
static forRoot(): DynamicModule {
33
- this.logger.debug('Applying root configuration...');
34
return {
35
exports: [PRISMA_CLIENT_TOKEN, PrismaService],
36
global: true,
0 commit comments