import { getLogMiddleware } from "https://deno.land/x/deno_nest@v3.6.2/modules/uinv/mod.ts";
The difference between LogInterceptor and LogMiddleware is that the latter can capture 404 errors, and it include the guard time.
import { getLogMiddleware } from "https://deno.land/x/deno_nest@v3.6.2/modules/uinv/mod.ts";
The difference between LogInterceptor and LogMiddleware is that the latter can capture 404 errors, and it include the guard time.