프롬프트 수정

This commit is contained in:
2025-08-30 23:34:38 +09:00
parent 12caac6d4f
commit b30dc9d23e

View File

@@ -29,7 +29,7 @@ async function bootstrap() {
v: c[5] v: c[5]
})); }));
logger.info(`Bootstrapped ${bars.length} bars | Balance: ${balance}`); logger.info(`Bootstrapped ${bars.length} bars | Balance: ${balance} interval: ${cfg.ohlcvInterval}`);
} catch (error) { } catch (error) {
logger.critical('초기화 중 심각한 오류 발생', error, { logger.critical('초기화 중 심각한 오류 발생', error, {
stage: 'bootstrap' stage: 'bootstrap'