Local log files location
- Last UpdatedJun 30, 2026
- 1 minute read
The logs of the flow runtime are stored locally to the installed environment and reset one time per day unless they reach the size limit. In which case, additional log files are appended with a sequence number along with a timestamp to the log name for easy identification.
-
The logs are located in the installation folder of the flow runtime ./data/logs.
-
The flow runtime creates one set of log files per process running on the device. This creates one log for each flow runtime in ./data/logs/host, with separate logs for each flow in ./data/logs/runtime/<flow ID>.
-
If remote sessions are initiated for a flow runtime, then the folder ./data/logs/runtime/remotesession/<flow ID> is created. This folder is intentionally left out of scope but can be added.
Once the logs are created, third-party tools can use the information in flow runtime API to deliver information to a monitoring solution.