Skip to content

Commit

Permalink
Update content/migration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Dec 6, 2024
1 parent b98027c commit 76c8804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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
#### 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`.

Expand Down

0 comments on commit 76c8804

Please sign in to comment.