From 8f9c8fc36049f3806e74108f9993da4228be24a7 Mon Sep 17 00:00:00 2001 From: bangae1 Date: Sat, 30 Aug 2025 23:51:39 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=84=EB=A1=AC=ED=94=84=ED=8A=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- strategy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strategy.js b/strategy.js index e64dcd6..75a736c 100644 --- a/strategy.js +++ b/strategy.js @@ -104,7 +104,7 @@ export async function aiSignal(bars) { }); console.log(Date.now()) const msg = completion.choices[0].message.content - logger.info(msg); + logger.debug(msg); const sig = JSON.parse(msg) return sig; } \ No newline at end of file