From cf02fda4ecb3a32df6926986c56009c385aafd7f Mon Sep 17 00:00:00 2001 From: richarjiang Date: Fri, 12 Sep 2025 15:48:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=99=A8=E6=97=A5=E5=BF=97=E7=BA=A7=E5=88=AB?= =?UTF-8?q?=E5=B9=B6=E6=96=B0=E5=A2=9E=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/users/users.controller.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/users/users.controller.ts b/src/users/users.controller.ts index fac1f0a..e1d4161 100644 --- a/src/users/users.controller.ts +++ b/src/users/users.controller.ts @@ -222,9 +222,10 @@ export class UsersController { } - this.winstonLogger.log(`file: ${file}`, { + this.winstonLogger.info(`receive file, fileSize: ${file.size}`, { context: 'UsersController', userId: user?.sub, + file, }) const data = await this.cosService.uploadImage(user.sub, file);