From 9ef6b5fcc40d38c5cbc52baaa3d7880972a79137 Mon Sep 17 00:00:00 2001 From: Tony133 Date: Tue, 20 Jun 2023 17:18:50 +0200 Subject: [PATCH 1/4] docs(migration): added updated log level --- content/migration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/migration.md b/content/migration.md index 3a60099746..14a997b953 100644 --- a/content/migration.md +++ b/content/migration.md @@ -12,6 +12,9 @@ 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 + +Refactore the values of the `verbose` and `debug` log levels (see [PR](https://github.com/nestjs/nest/pull/11036/files)), now the debug value is set to `1` while verbose is set to `0`. ### Deprecations All deprecated methods & modules have been removed. From d66afc2128a6835bbb749a2fe9b496646515a10f Mon Sep 17 00:00:00 2001 From: Antonio Tripodi Date: Sun, 25 Jun 2023 12:30:10 +0200 Subject: [PATCH 2/4] 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 14a997b953..4b89af5555 100644 --- a/content/migration.md +++ b/content/migration.md @@ -14,7 +14,7 @@ The `CacheModule` has been removed from the `@nestjs/common` package and is now ### Logger -Refactore the values of the `verbose` and `debug` log levels (see [PR](https://github.com/nestjs/nest/pull/11036/files)), now the debug value is set to `1` while verbose is set to `0`. +Refactor the values of the `verbose` and `debug` log levels (see [PR](https://github.com/nestjs/nest/pull/11036/files)), now the debug value is set to `1` while verbose is set to `0`. ### Deprecations All deprecated methods & modules have been removed. From b98027c45e64412dc34150c01f3e5a8ce83edc98 Mon Sep 17 00:00:00 2001 From: Kamil Mysliwiec Date: Fri, 6 Dec 2024 13:35:27 +0100 Subject: [PATCH 3/4] 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 d1405eaaa6..79328b378a 100644 --- a/content/migration.md +++ b/content/migration.md @@ -14,7 +14,7 @@ The `CacheModule` has been removed from the `@nestjs/common` package and is now #### Logger -Refactor the values of the `verbose` and `debug` log levels (see [PR](https://github.com/nestjs/nest/pull/11036/files)), now the debug value is set to `1` while verbose is set to `0`. +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 From 76c8804f667d266856145e80d18c6da0231a1fe9 Mon Sep 17 00:00:00 2001 From: Kamil Mysliwiec Date: Fri, 6 Dec 2024 13:35:38 +0100 Subject: [PATCH 4/4] 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`.