From b30dc9d23e2929f30a76d5fc23c836e3ca785ac2 Mon Sep 17 00:00:00 2001 From: bangae1 Date: Sat, 30 Aug 2025 23:34:38 +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 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b15b0e5..4c9fb03 100644 --- a/index.js +++ b/index.js @@ -29,7 +29,7 @@ async function bootstrap() { v: c[5] })); - logger.info(`Bootstrapped ${bars.length} bars | Balance: ${balance}`); + logger.info(`Bootstrapped ${bars.length} bars | Balance: ${balance} interval: ${cfg.ohlcvInterval}`); } catch (error) { logger.critical('초기화 중 심각한 오류 발생', error, { stage: 'bootstrap'