Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(migration): added updated log level #2766

Merged
merged 5 commits into from
Dec 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ While you can upgrade your packages manually, we recommend using [ncu (npm check

The `CacheModule` has been removed from the `@nestjs/common` package and is now available as a standalone package - `@nestjs/cache-manager`. This change was made to avoid unnecessary dependencies in the `@nestjs/common` package. You can learn more about the `@nestjs/cache-manager` package [here](https://docs.nestjs.com/techniques/caching).

### Logger

Refactore the values of the `verbose` and `debug` log levels (see [PR](https://github.com/nestjs/nest/pull/11036/files)), now the debug value is set to `1` while verbose is set to `0`.
Tony133 marked this conversation as resolved.
Show resolved Hide resolved
### Deprecations

All deprecated methods & modules have been removed.
Expand Down