From dbaf1e0d824022214a5c117cc8cc69f6dc483359 Mon Sep 17 00:00:00 2001 From: liudongqi Date: Fri, 6 Sep 2024 17:15:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B7=A5=E5=85=B7=E7=B1=BB?= =?UTF-8?q?=20LoggerUtil.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/LoggerUtil.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/LoggerUtil.js b/utils/LoggerUtil.js index 5c940f0..c133938 100644 --- a/utils/LoggerUtil.js +++ b/utils/LoggerUtil.js @@ -3,8 +3,9 @@ const winston = require('winston'); class LoggerUtil { logger; - + uuid; constructor(uuid) { + this.uuid = uuid; this.logger = winston.createLogger({ level: 'info', format: winston.format.combine(