From 8bad08129abe739e571122f455d826a3a7925522 Mon Sep 17 00:00:00 2001 From: jade Date: Thu, 28 Mar 2024 16:53:13 +0800 Subject: [PATCH] =?UTF-8?q?*=20=E5=8F=96=E6=B6=88log=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=9A=84=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nodejs/src/util/log.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/src/util/log.js b/nodejs/src/util/log.js index c2154288..8fcc474e 100644 --- a/nodejs/src/util/log.js +++ b/nodejs/src/util/log.js @@ -54,7 +54,7 @@ class JadeLogging { async log(message) { console.debug(message) - await localLog.set(message); + // await localLog.set(message); } async info(message, is_format) {