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