Skip to main content
Manusで任意のスキルを実行
ワンクリックで

logging

スター257
フォーク192
更新日2026年4月29日 21:30

Use when adding or reviewing logging in a QuantConnect/LEAN algorithm. Triggers — code uses py`self.log`cs`Log`, py`self.debug`cs`Debug`, py`self.error`cs`Error`, py`self.quit`cs`Quit`; questions like "why are my logs missing", "log quota exceeded", "too many log lines per bar", "how do I log every fill", "where do my prints go", "save backtest data for Research analysis", "log spam in py`on_data`cs`OnData` / inside loops". Skip when — goal is sending alerts out of the algo (email/SMS/webhook → `notifications` skill).

インストール

Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。

SKILL.md
readonly