The Heex Agent does a logs rollover every 20MB by default. At most you will have five logs files (*.log) per executable.

Kernel Log directory

ModePath
InstallerMode/opt/heex/agent/kernel/logs/
SDKMode$(pwd)/kernel/logs/
It should contain at least 2 log files: 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 a logs 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