Skip to content

Commit fb94d81

Browse files
Changed console.log to use Logger.log()
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 95fe5b6 commit fb94d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)