Skip to content

Commit fb94d81

Browse files
Changed console.log to use Logger.log()
Co-authored-by: Copilot <[email protected]>
1 parent 95fe5b6 commit fb94d81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import { SentryModule } from '@sentry/nestjs/setup';
3636
// },
3737
// },
3838
// });
39-
console.log('DEBUG ENVIRONMENT:', process.env.NODE_ENV);
39+
Logger.log(`DEBUG ENVIRONMENT: ${process.env.NODE_ENV}`);
4040

4141
@Module({
4242
imports: [

0 commit comments

Comments
 (0)