From 76c8804f667d266856145e80d18c6da0231a1fe9 Mon Sep 17 00:00:00 2001 From: Kamil Mysliwiec Date: Fri, 6 Dec 2024 13:35:38 +0100 Subject: [PATCH] Update content/migration.md --- content/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/migration.md b/content/migration.md index 79328b378a..209f2c3b33 100644 --- a/content/migration.md +++ b/content/migration.md @@ -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`.