Replace all console.log calls with the application's structured logging service.\n\nWhy: Unstructured logs are unsearchable in production log aggregators.\n\nHints:\n- Search for console.log across backend/src/\n- Use the existing NestJS Logger or pino instance
Replace all
console.logcalls with the application's structured logging service.\n\nWhy: Unstructured logs are unsearchable in production log aggregators.\n\nHints:\n- Search forconsole.logacrossbackend/src/\n- Use the existing NestJSLoggeror pino instance