Skip to content

Commit 76c8804

Browse files
Update content/migration.md
1 parent b98027c commit 76c8804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/migration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ While you can upgrade your packages manually, we recommend using [ncu (npm check
1212

1313
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).
1414

15-
#### Logger
15+
#### Log levels
1616

1717
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`.
1818

0 commit comments

Comments
 (0)