Skip to content

Change logs output directories

Tardy Benjamin requested to merge tardyb/iota2:improve_logs into develop

Some changes to the log directories.

Currently, running IOTA from Iota2.py or Iota2Cluster.py produces different outputs for the log directories.

The purpose of this MR is to harmonize them to facilitate the interpretation of the logs.

A first log directory is created at output/logs. In this `logs' directory, a directory is dedicated to each step as for Iota2Cluster runs.

A new file has been added in output/logs : Global_status.log. This file contains the current execution status of Iota2. The steps done are indicated with x, and the step running with r.

Merge request reports