fetch_system_logs
Safely reads the tail of the Lemon core engine log to analyze system or runtime network errors, ideal for large log files.
Instructions
Safely reads the tail (end) of the Lemon core engine (lemoncore.log) to analyze system or runtime network errors. Suitable for large log files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bytes | No | Number of bytes to read from the end. Default is 102400 (100KB, ~1500 lines). Increase only if deeply debugging. |