Skip to content

Commit

Permalink
Merge pull request #2766 from Tony133/docs/update-migration-page
Browse files Browse the repository at this point in the history
docs(migration): added updated log level
  • Loading branch information
kamilmysliwiec authored Dec 6, 2024
2 parents b91a500 + 76c8804 commit 93a9215
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ 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).

#### Log levels

Swapped the values for the `verbose` and `debug` log levels (see [[PR](https://github.com/nestjs/nest/pull/11036/files)](https://github.com/nestjs/nest/pull/11036/files)). The `debug` level is now set to `1`, while `verbose` is set to `0`.

#### Deprecations

All deprecated methods & modules have been removed.
Expand Down

0 comments on commit 93a9215

Please sign in to comment.