Skip to content

fix: replace console.log/error with NestJS Logger (#893) - #996

Open
abdoolyaro wants to merge 1 commit into
MettaChain:mainfrom
abdoolyaro:fix/893-nestjs-logger
Open

fix: replace console.log/error with NestJS Logger (#893)#996
abdoolyaro wants to merge 1 commit into
MettaChain:mainfrom
abdoolyaro:fix/893-nestjs-logger

Conversation

@abdoolyaro

Copy link
Copy Markdown
Contributor
  • Add class-level Logger instances (RateLimitService, NotificationsService, EmailVerificationService, UsersControllerExample) using this.logger
  • Add module-level Logger instances for standalone functions (swagger.config.ts, validate-env.ts)
  • Set no-console ESLint rule to error

Closes #893

- Add class-level Logger instances (RateLimitService, NotificationsService,
  EmailVerificationService, UsersControllerExample) using this.logger
- Add module-level Logger instances for standalone functions
  (swagger.config.ts, validate-env.ts)
- Set no-console ESLint rule to error

Closes MettaChain#893
@drips-wave

drips-wave Bot commented Jul 26, 2026

Copy link
Copy Markdown

@abdoolyaro Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace console.log and console.error with NestJS Logger across the codebase

1 participant