You mean, when you restart nothing is printed to the terminal, but the program seems to run?
If I recall correctly, this is because it probably needs to recalculate the electrodes "behind the scenes", and it doesn't produce any output. Thus it might start printing output once it gets back to the two-probe part.
If not, you can try setting the verbosity more directly via
import ATK
ATK.setVerbosityLevel(10)
This sometimes overrides the settings made via "runtime_parameters".