The Heex Agent does a logs rollover every 20MB by default. At most you will have five logs files (*.log) per executable.Documentation Index
Fetch the complete documentation index at: https://doc.heex.io/llms.txt
Use this file to discover all available pages before exploring further.
Kernel Log directory
| Mode | Path |
|---|---|
| InstallerMode | /opt/heex/agent/kernel/logs/ |
| SDKMode | $(pwd)/kernel/logs/ |
heexCore.log, which details the inner behavior of our Kernel, and heexOrchestrator.log which shows all the inter-node behavior (ie (SDK - Kernel) or (Kernel - Cloud))
Implementation logs
Whether you run your implementations manually or automatically, in python or c++, there should always be alogs folders created next to your executable, in which each executable will create a .log file containing all the data logged through our HeexLog methods. More info can be found here