UNPKG

logceptor

Version:

NestJS interceptor to log HTTP requests and responses with full control, correlation IDs, file rotation, sensitive data masking, and production-ready features.

13 lines (12 loc) 236 B
{ "compilerOptions": { "module": "CommonJS", "target": "ES2017", "declaration": true, "outDir": "dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true }, "include": ["src", "index.ts"] }