fix missing logs at startup
Setting the variables parallel_config
and worker_config
to non-existing
values does not report any error. The LOG_E
done in the functions
set_parallel_conf
and set_worker_conf
does not print anything on screen.
Setting T_stdout
to 1 fixes this problem.