Skip to content

Commit 93a9215

Browse files
Merge pull request #2766 from Tony133/docs/update-migration-page
docs(migration): added updated log level
2 parents b91a500 + 76c8804 commit 93a9215

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/migration.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ 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+
#### Log levels
16+
17+
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`.
18+
1519
#### Deprecations
1620

1721
All deprecated methods & modules have been removed.

0 commit comments

Comments
 (0)