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