Skip to content

SCORU/Node: allow to specify kernel logs file for simulation

Alain Mebsout requested to merge alain@functori@kernel-logs-simulation into master

Context

This MR adds a new optional field to the input of the /global/block/<block_id>/simulate RPC:

"log_kernel_debug_file" : "path"

to specify a file in which to write kernel debug logs. The file is created in <data-dir>/simulation_kernel_logs/. When this field is not set, no logs are written to disk during simulation.

Merge request reports