You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/migration.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The `CacheModule` has been removed from the `@nestjs/common` package and is now
14
14
15
15
#### Logger
16
16
17
-
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`.
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`.
0 commit comments